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

#container {
	width: 724px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #000000;
}#banner {
	background-image: url(art%20bits/banner.jpg);
	height: 200px;
	width: 724px;
	background-color: #A48659;
}
#main_image {
	background-image: url(art%20bits/main_image.jpg);
	height: 400px;
	width: 724px;
	background-repeat: no-repeat;
}

