html, body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	text-align:left;
	margin: 8% auto;
	padding: 0px;
}

#container {
	position: absolute;
	width: 900px;
	height: 650px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	}
		#top {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 136px;
		width: 900px;
		}
			#doorTop {
				position: absolute;
				bottom: 0px;
				left: 560px;
				height: 66px;
				width: 200px;
			}
		#mid {
		position: absolute;
		top: 136px;
		left: 0px;
		height: 118px;
		width: 900px;
		background-image: url(mid.jpg);
		}
			#list {
			position: absolute;
			top: 0px;
			left: 152px;
			height: 118px;
			width: 107px;
			}
			#news {
			position: absolute;
			top: 0px;
			left: 291px;
			height: 118px;
			width: 104px;
			}
			#enter {
			position: absolute;
			display: block;
			top: 0px;
			left: 429px;
			height: 118px;
			width: 105px;
			}
			#doorMid {
				position: absolute;
				top: 0px;
				left: 560px;
				height: 118px;
				width: 200px;
			}
		#low {
		position: absolute;
		top: 254px;
		left: 0px;
		height: 233px;
		width: 900px;
		background-image: url(low.jpg);
		}
			#doorLow {
				position: absolute;
				top: 0px;
				left: 560px;
				height: 194px;
				width: 200px;
			}
		#bottom {
		position: absolute;
		top: 487px;
		left: 0px;
		height: 163px;
		width: 900px;
		background-image: url(bottom.jpg);
		}
#defkindLink {
		position: absolute;
		top: 650px;
		left: 0px;
		height: 20px;
		width: 900px;
		text-align: center;
		}
