body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container{
	margin: 100px auto; 
	width:1020px;
}
#header{
	width:1020px; 
	height:250px; 
	background:#b5985f;
}

#content{
	width:1020px;
}

#footer{
	width:1020px;
	height:250px;
	background:#b5985f;
}
img{
	margin:0;
	border:none;
}

.copyright:link, .copyright:visited{
	color:#b5985f;
	text-decoration:none;
}

.copyright:hover, .copyright:active{
	color:#b5985f;
	text-decoration:underline;
}
