body{
	background: #003366;
	color: #000099;
	font-family: mv boli;
	font-smooth: 14pt;
}
.container{
	background: #33ccff;
	margin: 30PX auto;
	width: 900px;
	height: 1000px;
}
.header{
	height: 300px;
	width: 900px;
}
.navigation{
	background: ##e200;
	width: 900px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: ##6699ff
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: ##e200;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 18px;
}