body{
background: 
;
font-size: 20pt;
}
.continer{
	background: white;
	margin: 30pt auto;
	height: 1000px;
	width: 900px;

}
.header{
	height: 330px;
	width: 900px;
	background: white;
	
}
.navigation{
	background: goldenrod;
	float: right;
	width: 900px;
	height: 50px;
	margin: 10px 0;
}
.content{
	background: #fcbbe0;
	float: right;
	width: 900px;
	height: 600px;
}
.clear{
	clear: both;
}
.footer{
	background: #fcbbbe;
	height: 60px;
	width: 900px;
	text-align: center;
}
a{
	color:black;
	text-decoration: none;
}
td{
	height: 50px;
	width: 270px;
	text-align: center;
	vertical-align: middle;
}
.img-center{
	padding-left: 150px;
	padding-top: 150px;
}