@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body,td,th {
	color: #999;
}

     a:link {color: #999999; text-decoration: underline; }
     a:active {color: #999999; text-decoration: underline; }
     a:visited {color: #777777; text-decoration: underline; }
     a:hover {color: #f00; text-decoration: none; }
     a:link img, a:visited img {border-color: #999999;}
     a:hover img  {border-color: #f00;}

	
body {
     background-color: #050505;
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     font-family:Verdana, Geneva, sans-serif;

 }


#background {
     background-image: url(css_visuals/nem_gradient.png);
     height: 350px;
}

#header {
     position: absolute;
     left: 50%;
     width: 950px;
     margin-left: -475px;
}

#menuback {
     position: absolute;
     left: 50%;
     top: 302px;
     width: 950px;
     margin-left: -475px;
}

#menu {
     position: absolute;
     left: 50%;
     top: 302px;
     width: 900px;
     margin-left: -450px;
}

#footer {
     position: absolute;
     left: 50%;
     width: 950px;
     margin-left: -475px;
     margin-top: -45px;
}

#footer_credit {
     position: absolute;
     left: 50%;
     width: 950px;
     margin-left: -475px;
     margin-top: 160px;
	 font-size: 11px;
	 color: #666
}

#signature {
     position: absolute;
     left: 50%;
     width: 500px;
     margin-left: -355px;
     margin-top: -233px;
}



div.container {
     position: absolute;
     left: 50%;
     width: 950px;
     top: 397px;
     margin-left: -475px;
     background-image: url(css_visuals/content_bg.jpg);
     background-repeat: repeat-y;
}

div.spacer {
     clear: both; 
}



div.leftfloater { 
     position: relative;
     top: 0px;
     left: 50px;
     float: left;
}

div.righttopfloater {
     position: relative;
     top: 25px;
     right: 30px;
     float: right;
}

div.rightfloater {
     position: relative;
     top: 0px;
     right: 30px;
     float: right;
}


-->
</style>
