body{
	margin: 0px;
	text-align: center;
	overflow: auto;
}
body a{
 color: #00aaff;
 text-decoration: none;
}
body a:hover{
 color: #00ff33;
 text-decoration: none;
}
#wrap{
	top: 0px;
	height: auto;
	width: 1000px;
	z-index: 1;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-family: "Times New Roman";
	color: #366;
	background-color: #369;
	margin: 0px auto;
	position: relative;
}
#logo{
	top: 5px;
	width: 900px;
	height: 200px;
	left: 50px;
	right: auto;
	text-align: center;
	background-color: #aaa;
	z-index: 2;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav{
	top: -50px;
	height: 60px;
	position: relative;
	z-index: 3;
}
#main{
	top: -50px;
	width: 900px;
	height: auto;
	left: 50px;
	right: auto;
	text-align: center;
	background-color: #ccc;
	z-index: 3;
	position: relative;
}
#footer{
	top: -50px;
	width: 900px;
	height: 50px;
	left: 50px;
	right: auto;
	text-align: center;
	background-color: #ddd;
	z-index: 3;
	position: relative;
}
