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

.pagecontentsize {
	position: relative;
	width: 800px;
	margin: 0px auto;
}
.headersize {
	width: 800px;
	height: 430px;
	position: relative;
}
.logosize {
	height: 100px;
	width: 250px;
	position: relative;
	z-index: 300;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20px;
	float: left;
}
.topmenusize {
	height: 100px;
	width: 240px;
	position: relative;
	z-index: 300;
	float: right;
	margin-right: 20px;
}

.bannerimagesize {
	height: 300px;
	width: 800px;
	position: relative;
	z-index: 300;
	clear: both;
}

.menugroupsize {
	position: relative;
	width: 100%;
	height: 40px;
	margin: -10px auto;
	z-index: 310;
}
.footersize {
	width: 800px;
	height: 95px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px auto;
}


.containersize {
	width: 800px;
	height: auto;
	position: relative;
}

.contentinterfacesize {
	width: 800px;
	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: 800px;
	height: auto;
}
.contentfootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}
