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

html {
	background: #f9ffc3;
}

#container {
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
	background: #f9ffc3;
	padding-right: 10px;
	padding-left: 10px;
}

#menu {
	width: 968px;
	height: 22px;
	padding-top: 2px;
	background: #131313;
}

#banner {
	background-image: url(images/full_banner.jpg);
	height: 89px;
	width: 968px;
} 

#body {
	width: 968px;
}
	