@charset "utf-8";
/* CSS Document */

<style type="text/css">



html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg_zentreks.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	background-color: #000;
	margin-bottom: 0px;
}

#main_box {
	margin-left:auto;
	margin-right: auto;
	}
	
	
a:link {
	color: #F00;
}
a:visited {
	color: #FC3;
}
a:hover {
	color: #FFF;
}
	

a:active {
	text-decoration: none;
}
small text {
	font-size: small;
}


#fulldiv {
	width:1000px;
	height: 850px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}

#header_logo {
	width: 1000px;

	margin-left:auto;
	margin-right:auto;
	border: 0px;
	}
	
.menu {
	background-image:url(images/menu_bg2.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top: -10px;
	width: 1000px;
	height: 50px;
	}

img.menu {
	padding: 20px;
	}

#footer {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	font-size:x-small;
	width:974px;
	height:20px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	text-align:center;
	color:#000;
	padding:15px;
	}


#cell {
	background-color:#333;
	padding: 10px;
	}
	
#cell2 {
	background-color:#999;
	padding: 10px;
	}

.paragraph_info {
	font-size: x-small;
}

.paragraph_info2 {
	font-size: small;
}



#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 12px 0 12px 0;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 12px 12px 12px 12px;
color: #fff;
text-decoration: none;
}

ul#navlist li#active
{
color: #fff;
background-image:url(images/menu_bg_active.jpg);
background-repeat:repeat-x;
}

#navlist a:hover
{
color: #fff;
background-image:url(images/menu_bg_hover.jpg);
background-repeat:repeat-x;
}




</style>
