#main_container {
	width: 670px;
	padding-right: 30px;
	padding-left: 40px;
}
#header {
	float: left;
	height: 100px;
	width: 670px;
	background-image: url(images/header_bg5.jpg);
}
#buttons {
	float: left;
	height: 85px;
	width: 670px;
	padding-top: 5px;
}
#image_box {
	float: left;
	width: 670px;
	background-color: #FFF;
}
#info_box {
	float: left;
	height: 72px;
	width: 670px;
}
#footer {
	background-image: url(images/footer.jpg);
	float: left;
	height: 20px;
	width: 670px;
}
#header_buttons {
	float: left;
	height: 50px;
	width: 104px;
	padding-top: 50px;
}
#arrows {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

