@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/maintile_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0px;
}

.header_bg {
	position: absolute;
	left: 50%;
	margin-left: -409px;
	width: 818px;
	height: 402px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	top: 26px;
}

.bottom_bg {
	position: absolute;
	left: 50%;
	margin-left: -409px;
	width: 818px;
	height: 84px;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: no-repeat;
	bottom: 16px;
}
