@charset "UTF-8";
/* CSS Document */

#container {
	width: 968px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
	background-color: #000;
}

#menu_banner {
	background-color: #CCC;
	background-image: url(../assets/images/splash_banner.gif);
	height: 40px;
	width: 100%;
	padding-top: 90px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#bottom_banner {
	background-image: url(../assets/images/gallery_bottom_banner.jpg);
	height: 80px;
	width: 968px;
	background-repeat: no-repeat;
	margin-top: 0px;
	background-color: #000;
}

