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

body {
	background-color: #888585;
	margin: 0px;
}
.header {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}
.body_bg {
	background-image: url(../images/CRC_shell_12.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	width: 998px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu_content {
	width: 998px;
	background-image: url(../images/menu.png);
}
#container {
	width: 998px;
}
