*{
	margin:0;
	padding:0;
}
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:750px;
	height:100px;
	border:solid #89abdb 3px;
	background-color:black;
	text-align:center;
	color:#54cbe1;
	font-size:30px;

}
#navi{
	width:750px;
	height:50px;
	border:solid #89abdb 3px;
	background-color:black;
	font-size:24px;
	color:#54cbe1;
	margin-bottom:10px;
}
#navi ul{
	width:750px;
	font-size:40px;
	text-align:center;
	
}
#navi li{
	list-style-type:none;
	display:inline;
}
}
#footer{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;
	border-top:solid #89abdb 5px;
}
#main ul{
	list-style-type:none;
}
#main{
	width:750px;
	height:800px;
	background-color:black;
}
a{
	color:#89abdb;
	text-decoration:none;
}
a hover:{
	text-decoration:underline;
}
h2{
	font-size:36px;
	color:#54cbe1;
	text-align:center;
}
p{
	font-size:24px;
	color:black;
	margin-top:5px;
	margin-bottom:15px;
}
img{
	padding:90px;
}
.iro{
	text-decoration:underline;
}
#footer{
	width:750px;
	margin-left:232px;
	text-align:center;
	background-color:black;
	color:#5caaf3;
	border-top:solid #89abdb 5px;
}
#top p{
	text-align:center;
}
.white{
	width:800px;
	color:white;
	margin-top:20px;
	margin-bottom:30px;
	text-align:left;
}