body{
	background-image:;
	background: #fff194;
	color: #000000;
	font-family: century gothic;
	font-size: 14pt;
}
.conteiner{
	background: #02bbfe;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
	height: 300px;
	width: 900px;
}
.navigation{
	background: #e00616;
	width: 900px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content{
	background: #FOF8FF;
	width:900px;
	height: 600px;
	font-size: 12pt;
}
.clear{
	clear: both;
}
.footer{
	background: #D3D3D3;
	height: 60px;
	width: 900px;
	text-align: center;
	font-size: 18pt;
}
a{
	color: black;
	text-decoration: none;
}