body {
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #33ffff url(../images/background.png) top repeat-x;
	font: 10px Arial, Tahoma, serif;
	line-height: 100%;
	text-align: justify;
	width: 770px;
	float:none;
}

#menu {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: right;
	font: 14px Arial, Tahoma, sans-serif;
	vertical-align:top;
	height: 162px;
	width: 770px;
	background: url(../images/menu.png) top;
}

p {
	font: tahoma, arial;
	font-size: 12px;
	color: black;
}

#tbox {
	-moz-border-radius:4px;
	-moz-opacity:.70;
	background:#fff;
	filter:alpha(opacity=70);
	width: 750px;
	height: 338px;
	overflow:auto;
	padding: 10px;
	margin:0;
	font: tahoma, arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	line-height: 150%;
}

#links{
	text-align: right;
	vertical-align:: bottom;
	line-height:225px;
	padding: 0px;
	width: 750px;
	margin: 0 0px 0 0px;
}

#menu a {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	padding: 7px;
	text-decoration: none; 
}

#menu a:hover {
	color: #33ffff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	padding: 7px;
	text-decoration: none; 
}

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -385px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 770px;
	height: 500px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}