﻿body{
	background-image:url('bg.png');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#01225b;
	margin-top:0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:768px;
	margin-top:0px;
}
#logo{
	width:500px;
	height:210px;
}
#nav{
	width:750px;
	margin-left:172px;
	height:30px;
	margin-top:5px;
}
#nav ul{
	float:left;
	list-style:none;
	list-style-position:outside;
	margin:0px;
}
#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	padding-right:66px;

}
#nav a{
	display:block;
	height:25px;
	text-decoration:none;
	font-family:"Segoe UI", Arial;
	font-size:16px;
	color:#ffffff;
}
#nav a:hover{
	color:#6cf3ff;
}
#text {
	padding:30px;
	font-family:"Segoe UI", Arial;
	color:#ffffff;
}