/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html {
	min-height: 100%;
	height:100%;
	width:100%;
	overflow:auto;
	}
	
* html #wrapper {
	height: 100%;
	}

body {
	text-align:center;
	margin:0px auto;
	background-color:#000000;
	height:100%;
	min-height:100%;
	width:100%;
	}
	
.eightpx {
	font-size:8px;
	margin-top:2px;
	color:#b4b4b4;
	}
a {
	color:#b4b4b4;
	text-decoration:underline;
	}
	
a:hover {
	color:#b4b4b4;
	text-decoration:none;
	}
	
#background {
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	top:0;
	left:0;
	}
	
#wrapper {
	z-index:2;
	width:568px;
	margin-left:-285px;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:50%;
	}
	
#content_container {
	height:476px;
	width:568px;
	z-index:3;
	background-image:url(images/overlay.png);
	background-repeat:no-repeat;
	margin-top:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:9px;
	padding-top:132px;
	}

#content {
	height:100%;
	min-height:100%;
	padding-top:20px;
	padding-left:16px;
	padding-right:16px;
	color:#000000;
	text-align:justify;
	}