body{background-color:peachpuff; font-size: 16pt;}
.container{background: red;
width: 900px;
height: 1000px;
margin: 30px auto;}
.header{
	height: 380px;
	width: 900px;
	background: red;
}
.navigation{
	height: 50px;
	width: 900px;
	background: yellow;
}
.content{
	background: white;
	float: right;
	width: 900px;
height: 600px;
}
.content{
	clear: both;
}
.footer{
	height: 60px;
	width: 900px;
	text-align: center;

}
.img-up{
	padding-bottom: 25px;
}
a{
	color: black;
	text-decoration: none;
}
td{
	width: 300px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
}