div.navi {
background-color: #051C43;
position:absolute; 
width:780; 
height:60; 
left: 50%; 
top: 50%; 
margin-left: -390px; 
margin-top: -230px; 
z-index:10; 
}

div.main {
position:absolute; 
width:780; 
height:355; 
left: 50%; 
top: 50%; 
margin-left: -390px; 
margin-top: -160px; 
z-index:1; 
overflow: hidden;
}

div.menu2 {
position:absolute; 
width:780; 
height:30; 
left: 50%; 
top: 50%; 
margin-left: -390px; 
margin-top: 200px; 
z-index:3;
} 
div.webdesign {
position:absolute; 
width:112; 
height:15; 
right: 10; 
bottom: 5; 
} 
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #cccccc;
	padding-left: 5px;
}
