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



body, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	width:100%; 
	overflow:hidden;
	margin-top:10%;
	padding:0px;
	text-align:center;
	
}
	
body {
	background-color: #000000;
}

a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDDDDD;
}
a:hover {
	text-decoration: none;
	color:#777777;
}
a:active {
	text-decoration: none;
}

outer {	border-style:solid;
		border:thin;
}
		
div#selection {
				
                position:static;
                bottom:40%;
                right:10%;
                width:50px;
                height:50px;
                border:thin;
                float:right;
                border-color:#FFFFFF;
}

#background{
	position:absolute;
	overflow:auto;
	width:100%;
	z-index:1;
	top:0px;
	right:0px;
	
}

#content{
	position:absolute;	
	z-index:2;
	width:720px;
	left:50%;
	margin-left:-360px;
	text-align:left;
	
	}
	
	
#h1{
font-size:10px
	}