/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	width:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: "Trebuchet MS", Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color: #666;
	background-color: #f8f8eb;
	background-image:url(../door/bg.gif);
	background-repeat: repeat-x;
	background-position:0 50%;
	scrollbar-face-color: #f8f8eb;
    scrollbar-shadow-color: #d1d1bc;
    scrollbar-highlight-color: #f5f5dc;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #f5f5dc;
    scrollbar-track-color: #f5f5dc;
    scrollbar-arrow-color: #b00c29;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-118px; /* half of container's height */
	float:left;
}

#container {
	margin:0px auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:236px;
	width:100%;
	clear:left;
}
		
#content {
	height: 216px;
	width: 955px;
	text-align:left;
	margin: auto;
	padding-top:17px;
}

#contentlinks {
	float:left;
	margin-left: 0px;
	width: 406px;
	height: 202px;
	text-align:center;
}

#contentrechts {
	float: right;
	margin-right: 0px;
	margin-top:176px;
	width: 226px;
	height: 25px;
	text-align:center;
}

#footer {
	clear: both;
	margin: -6px auto 0px auto;
	padding-left: 46px;
	width: 909px;
	text-align: left;
	line-height:20px;
}

#counter {
	display: none;
	position: absolute; 
	bottom: 0px;
	font-size: 10px;
	text-align: center;
	width: 100%;
}

#counter a:link {
	color: #666; 
	font-weight: normal;
}

#counter a:visited {
	color: #666; 
	font-weight: normal;
}

#counter a:hover, a:active {
	color: #b00c29;
	text-decoration: none;
	font-weight: normal;
}

img {
	border:0px;
}

a:link { 
	color: #b00c29; 
	font-weight:bold;
}

a:visited { 
	color: #b00c29; 
	font-weight:bold;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}

