#horizon  {
	color: white;
	background-color: #0ff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	margin-left: -400px;
	position: absolute;
	top: -250px;
	left: 50%;	
	width: 800px;
	height: 500px;
	visibility: visible;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #330000;
	background-image: url(pix/bg.gif);
}

.bg {
	background-image: url(pix/bg.gif);
}

#logobox {
	position:absolute; 
	left:149px; 
	top:0px; 
	width:410px; 
	height:105px; 
	z-index:1
}	

#addressbox {
	position:absolute;
	left:526px;
	width:260px;
	z-index:2;
	top: 20px;
	text-align: right;
}

#navbar {
	position:absolute; 
	left:4px; 
	top:139px; 
	width:130px; 
	height:500px; 
	z-index:3
}

image:link {
	text-decoration: none;
	text-align: center;
}
.small {
	font-size: 80%;
	padding: 3;
}
.enk a:link {
	color: #300;
	text-decoration: none;
}