body{
	background-color: #CCCCCC
}
div#content{
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	border-color: #AAAAAA;
	background-color: #FFFFFF;
}
div#header{
	width: 800px;
	height: 12px;
	background-color: #000066;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
div#footer{
	width: 800px;
	height: 12px;
	background-color: #000066;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}
div#nav{
	width: 800px;
	height: 40px;
	background-color: #000066;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}
div.navbox{
	height: 35px;
	width: 158px;
	padding-top: 3px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
	text-align: center;
	float:left;
}
span{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align:center;
	width: 100%;
	margin-left: -50%; 
}

div#nav a{
	text-decoration: none;
	color: #AAAAAA;
}
div#nav a:hover{
	color: #FFFFFF;
	cursor: pointer;
}
a:visited{
	color: #AAAAAA;
}