@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
	width:100%;
	background-color:#000000;
}

body {
	background-image:url(images/white.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#main {
	position:relative;
	width:640px;
	
	min-height:749px;
	height:100% !important;
	height:100%;
	/*border:1px solid #FF0000;*/
	
	top:0px;
	bottom:0px;
	/*background-image:url(images/bg-shadow-black.jpg);
	background-position:top left;
	background-repeat:repeat-y;*/
	
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:absolute;
	width:600px;
	height:110px;
	left:20px;
	top:0px;
	background-color:#FFFFFF;
}

#mainnavi {
	float:left;
	margin-left:10px;
	
	margin-top:20px;
	width:129;
	height:86px;
}

#logo {
	float:right;
}

#middle {
	position:absolute;
	/*left:20px;*/
	top:110px;
	bottom:0px;
	width:640px;
	
	height:639px;
	
	background-color:#000000;
	background-image:url(images/bg-os.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#content {
	color:#999999;
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
}

#content p, #content h1, #content table {
	margin-left:15px;
}

#content h1 {
	font-size:14px;
}

#content a {
	color:#999999;
}

#wrg_slider {
	position:absolute;
	top:300px;
	left:20px;
}

#slogan {
	position:absolute;
	width:500px;
	top:420px;
	left:100px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

#slogan p {
	margin-top:2px;
	margin-bottom:2px;
}

#slogan .drunter {
	margin-top:2px;
	font-size:10px;
}

#footer {
	position:absolute;
	top:498px;
	left:35px;
}

#footer, #footer a {
	color:#FFFFFF;
	font-size:10px;
}

.orange {
	color:#ea8308;
}

input[type=text] {
	border: 1px solid #ffffff;
	color: #ea8308;
	background-color:#d7d7d7;
	margin-bottom:3px;
	margin-left:5px;
	width:164px;
}

textarea {
	border: 1px solid #ffffff;
	color: #ea8308;
	background-color:#d7d7d7;
	width:240px;
}

input[type=submit] {
	height: 20px;
	font-family: Verdana;
	font-size: 10px;
	background-color:#d7d7d7;
	color:#ea8308;
	border: 1px solid #FFFFFF;
	width:242px;
}