@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(bgimage.jpg);
	background-color:#BFA987;
	margin:0px;
	padding:0px;
	
	}

#container{
	background-image:url(background.jpg);
	width: 1064px;
	height: 808px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
}
	
	
#content{
	width: 1024px;
	height: 768px;
	background-color:#E6CDA4;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
	}

#footer{
	width: 1064px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	padding-top: 10px;
	margin: 0 auto;
	}
	
#footer a{
	color:#666666;
	text-decoration: none;
	}
	
#footer a:hover{
	color:#333333;
	text-decoration: none;
	}