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


body {
	height:100%;
	width:100%;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back_main.gif);
}


#center {
position:relative;
	width: 702px;
	margin: auto;
	text-align:left;
}

#who {
	position:absolute;
	z-index:100;
	background-color: #fce256;
	text-align: center;
	visibility: hidden;
     height:100%; 
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#header {
	height: 117px;
	width: 936px;
	position:relative;
	text-align:left;
	margin: auto auto;
	z-index: 99;
}
#blackline1 {
	position:relative;
	width:100%;
	height:1px;
	z-index:30;
	background-color: #000000;
	top: 117px;
}
#blackline2 {
	position:relative;
	width:100%;
	height:1px;
	z-index:90;
	background-color: #000000;
	top: -2px;
}

#menu {
	position:relative;
	width:702px;
	height:233px;
	margin: auto auto;
	text-align:right;
	line-height: 26px;
	z-index:80;
	top: 0px;
	background-position: center;
}
#random {
	position:absolute;
	height: 350px;
	width: 100%;
	text-align:center;
	top: 0px;
	z-index:70;
	background-image: url(../randomness/random_background.php);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#main {
	position:relative;
	width: 702px;
	margin: auto;
	text-align:left;
	top: 0px;
	height: auto;
}
#whitemain {
	position:relative;
	width: 780px;
	background-color: #FFFFFF;
	margin: auto auto;
	text-align:left;
	top: 0px;
}
#footer {
	position:relative;
	height: 117px;
	width: 953px;
	margin: auto;
	text-align:center;
	top: 0px;
	background-image: url(/images/footer_back.gif);
}
#autobahn {
	width: 780px;
	position:relative;
	text-align:left;
	z-index: 85;
	background-image: url(../images/autobahn_back.gif);
	background-repeat: repeat-y;
}

#randombox {
		line-height: 12px;
	width: 156px;
	height: 61px;
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	top: 80px;
	text-align: center;
	padding-top: 13px;
	vertical-align: 50%;
	}
	
	#randombox:hover {
	width: 156px;
	height: 61px;
	background-color:#F0F7FA;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	}
