@charset "utf-8";
/* CSS Document */

#container {
	width: 700px;
	background: #000000;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}#banner {
	background-image: url(images/header.jpg);
	height: 240px;
	width: 700px;
}
#button_bar {
	background-image: none;
	height: 47px;
	width: 700px;
}
#top_cap {
	background-image: url(images/top_cap.jpg);
	height: 25px;
	width: 700px;
}
#body {
	background-image: url(images/body.jpg);
	height: 373px;
	width: 700px;
}
#bottom_cap {
	background-image: url(images/bottom_cap.jpg);
	height: 25px;
	width: 700px;
}
#space {
	height: 1px;
	width: 700px;
}
