/* CSS Document */
body {
	height: 100%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	/* background-color: #e9e9e9; */
	/*
	background: url(_intro/rotate.php) no-repeat center center fixed;
	leftmargin="0" topmargin="0" marginwidth="0" marginheight="0";
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	background-repeat: repeat;
	background-position: left top;
	*/
	/***********************************************************************/
	background: black url(_intro/rotate.php) no-repeat center center fixed;
    background-size: contain;	  
    /***********************************************************************/ 	
	overflow:scroll;
	border : 0px;
}
img { border: none; }

.hidefocus { outline:0; -moz-outline:0; }

#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
	position:relative;
	z-index:1;
	left: 0;
	top: 45%;
	width: 100%;
}


#total        { position:absolute;
                left: 0; margin-left: -250px;  width:100%;
                top: 45%; margin-top: -150px; height:300px;
                z-index:1; scrolling:no  }
#header       {
	position:absolute;
	top: 45%; 
	left:0px;
	width:100%;
	height:100px;
	z-index:1;
	border-left: 0px solid black;
	border-top: 0px solid black;
	border-right: 0px solid black;
	scrolling:no 
}
#forward {
	
	}
#forward A, #forward A:active, #forward A:visited {
	text-decoration: none;
	color: black;
	font: normal normal 700 3em/1.2 Palatino, Arial, "Arial Black", Verdana, Helvetica, sans-serif;
	}
	
#forward A:hover {	
	color: #333;
}







