*{
	margin:0;
	padding:0;
}
#container{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	color:#5caaf3;
	background-color:black;
	height:1200px;
}
#header{
	width:750px;
	height:100px;
	border:solid #89abdb 3px;
	background-color:black;
	text-align:center;
	color:#5caaf3;
	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;
	clear:both;
	text-align:center;
	border-top:solid #89abdb 5px;
	margin-left:258px;
	background-color:black;
	color:#5caaf3;
}
a{
	color:#89abdb;
	text-decoration:none;
}
a hover:{
	text-decoration:underline;
}
#main p{
	margin-bottom:10px;
}
#top img, #bottom img{
	width:300px;
	text-align:right;
	margin:15px;
	margin-bottom:10px;
}
#main{
	text-align:center;
}
#bottom{
	margin:15px;
}
.white{
	color:white;
	margin-top:20px;
	margin-bottom:20px;
}
p{
	margin-top:20px;
	margin-bottom:20px;
}