@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #d7df21;
	cursor: default;
	background-image: url(body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border:0px;
}
.content {
	width: 420px;
	position: absolute;
	width: 100%;
	z-index: 110;
}

.pagecontentsize {
	position: relative;
	width: 950px;
	margin: 0px auto;
}
.headersize {
	width: 100%;
	height: 159px;
	position: relative;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}

.bannerimagesize {
	height: 124px;
	width: 900px;
	position: relative;
	z-index: 300;
	clear: both;
	text-align: center;
	margin: 0px auto;
}

.menugroupsize {
	position: relative;
	width: 900px;
	height: 35px;
	margin: 0px auto;
	z-index: 310;
	background-image: url(menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.footersize {
	width: 100%;
	height: 200px;
	background-image: url(footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding-top: 10px;
}


.containersize {
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.contentinterfacesize {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	clear: both;
	cursor: auto;
	display: block;
}
.interfaceheadersize {
	height: 10px;
	width: 100%;
	position: relative;
}
.interfacebodysize {
	height: auto;
	width: 100%;
	position: relative;
}
.interfacefootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}
.innercontentsize {
	position: relative;
	margin: 0px auto;
	width: 850px;
	height: auto;
}
.contentfootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}
