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

body {
	background:#808080;
	background-image:url(../images/bg.jpg);
	color:#000000;
	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: #808080;
	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:0 0 0 0;
	padding:29px 0 0 453px;
	width:547px;
	height:72px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

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

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

#content2 {
	margin:0 0 0 0;
	padding:24px 67px 0 59px;
	width:874px;
	height:452px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
	z-index:20;
}




