/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#000000;
	background-image:none;
	color:#ffffff;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	min-height:100%;
	margin: 0 auto;
	background-image:none;
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:-20px 0 0 0;
	width:1000px;
	height:125px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Naviback ------------------------------------------------- */
#naviback {
	margin:0 0 0 0;
	padding:0 0 0 25px;
	width:975px;
	height:44px;
	background-image:url(../images/naviback.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:0 0 0 0;
	width:1000px;
	height:461px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
	z-index:20;
}

#content2 {
	margin:0 0 0 0;
	padding:9px 0 0 25px;
	width:975px;
	height:452px;
	background-image:none;
	background-repeat: no-repeat;
	z-index:20;
}

#content3 {
	margin:0 0 0 0;
	padding:9px 37px 0 25px;
	width:938px;
	height:452px;
	background-image:none;
	background-repeat: no-repeat;
	z-index:20;
}

#links {
	position:absolute;
	top:253px;
	left:717px;
	width:200px;
	height:100px;
	z-index:30;
}
