@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../img/bg_climax.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px;
	cursor: auto;
}
.content {
	position: relative;
	margin: 0px auto;
	width: 920px;
	height: auto;
	top: 0px;
	padding-bottom: 170px;
}
.logosize {
	background-image: url(../img/Climax_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 100px;
	width: 285px;
	margin-right: 20px;
	margin-bottom: -30px;
	z-index: 10;
	float: right;
	position: relative;
	margin-top: 30px;
}
.contentinterfacesize {
	width: 920px;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
	display: block;
	clear: both;
	cursor: move;
}
.interfaceheadersize {
	background-image: url(../img/interface_lrg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 100%;
	position: relative;
}
.interfacebodysize {
	background-image: url(../img/interface_lrg_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 100%;
	position: relative;
}
.contentfootersize {
	height: 10px;
	width: 100%;
	position: relative;
	clear: both;
}

.interfacefootersize {
	background-image: url(../img/interface_lrg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	width: 100%;
	position: relative;
}
.pagecontentsize {
	width: 800px;
	height: auto;
	margin: 0px auto;
}
.contentoverlaysize {
	background-image: url(../img/content_overlay.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	width: 100%;
	position: fixed;
	top: 100%;
	z-index: 80;
	margin: -200px auto;
	left: 0px;
}
.menuholdersize {
	height: 170px;
	width: 100%;
	position: fixed;
	top: 100%;
	z-index: 100;
	margin-top: -220px;
	left: 0px;
}

.menugroupsize {
	height: 170px;
	width: 900px;
	position: relative;
	z-index: 100;
	margin: 0px auto;
}
.footersize {
	height: 30px;
	width: 900px;
	position: relative;
	z-index: 90;
	margin: 10px auto;
	text-align: right;
	color: #5A6464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 50px;
}

