html, body {
	margin: 0; 
	padding: 0;
	height: 100%;
}
 
body {
	background: #fbecd9;
	font-family: "Courier New", serifs;
}
 
#floater {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -150px;
	width: 1px;
}
 
#centered {
	position: relative;
	clear: left;
	height: 280px;
	width: 740px;
	margin: 0px auto;
	padding-top: 20px;
	border: 0px solid #666;
	text-align: center;	
}
 
#content {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	height: 240px;
	padding: 0px;
	margin: 0px 10px 0px;
	background: transparent url('images/bg_index.jpg') no-repeat;  
}

#enter {
	position: absolute;
	top: 48px; 
	left: 317px;
}

#enter a {
	position: absolute;
	width: 60px;
	height: 16px;
}

#dij {
    position: absolute;
    top: 140px;
    left: 15px;
}

#dij a {
    position: absolute;
    width: 100px;
    height: 100px;
}
