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

body, th {
	font-family:"futura", times new roman, serif;
	font-size: 10px;
	color:#FFF;
	background-color:black;
	margin:0;
	width:100%; 
	overflow:hidden;
	letter-spacing:.5px;
	bottom:0px;
	text-align:center;
	
}
a:active
{
outline: none;
}

img{border:none}

a:focus
{
-moz-outline-style: none;
}

#background{
	
	overflow:hidden;
	position:absolute;
	overflow:hidden;
	z-index:-1;
	width:110%;
	height:110%;
	border:0px;
	top:-10px;
	left:-10px;
	
}

#water{
	position:absolute;
	z-index:10;
	padding:10px;
	display:inline-block;
	width:auto;
	height:auto;
	right:16%;
	background-color:#000000;
	bottom:55px;
	opacity:.95;
	overflow:hidden;

	
}

#media{
	position:absolute;
	z-index:10;
	display:inline-block;
	right:2.2%;
	width:240px;
	height:90px;
	border:1px #000 double;
	background-repeat:repeat-x;
	bottom:55px;
	opacity:.9;
	overflow:hidden;

	
}


#main{
    position:absolute;
	left:50%;
	top:0;
	background:white;
	margin-left:-500px;
	padding-top:5%;
    z-index:2;
	opactiy:.95;
    width:800px;
	height:100%;
	opacity:.95;
	overflow:auto;
	border:none;
	

}

#mainFull{
    position:absolute;
	left:0px;
	top:0px;
	background:white;
	margin-left:0px;
    z-index:2;
	opactiy:.95;
    width:100%;
	height:100%;
	opacity:.95;
	overflow:auto;
	border:none;
	

}

#bar{

	position:fixed;
	bottom:20px;
    background:#000000;
	width:96%;
	margin-left:2%;
    z-index:2;
    height:30px;
	
}

#nav{

	position:fixed;
	left:50%;
	bottom:20px;
	margin-left:0;
    background:#000;
	width:500px;
    z-index:2;
    margin-left:-260px;
    height:30px;
	
}

div.hoverBtn {
	position: 		relative;
	width: 	  		90px;
	display: inline-block;
	height: 		30px;
	background:     #000 url() repeat-x 0 0 scroll;
 
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display:		block;
	width: 			90px;
	height: 		30px;
	line-height: 	30px;
	text-align: 	center;
	color:			#FFF;
	text-decoration: none;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		relative;
	z-index: 		1;
	width: 			90px;
	height: 		30px;
	margin-top: 		-30px;
	background:    #FFF none repeat-x 0 0 scroll;
}



