body {
	background-image: url(wood_background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 50px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat;
	height:5000px;
}
.box1 {
	height: 720px;
	width: 960px;
	border: thick double #E2BD55;
	float: left;	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box2 {
	float: left;
	height: 2520px;
	width: 960px;
	margin-top: 20px;
	border: thick double #E2BD55;
}
.box3 {
	float: left;
	height: 1277px;
	width: 960px;
	margin-top: 20px; 
	border: thick double #E2BD55;
}
.box4 {
	float: left;
	height: 30px;
	width: 960px;
	margin-top: 20px;
	padding-left: 410px;
}
