/* CSS Document */

/*-------------------------------------------------------------------*/
body { /*overflow-x:hidden;
overflow-y:hidden;*/
font-family: sans-serif;
font: 11px arial;
background-color: #0d0d0d;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index:1; 
	width:100%; 
	height:100%;
	top: 0;
	left: 0;
        padding: 0; 
        margin: 0;

}
#rotator img
{
	display: none;
		position:absolute;
	top: 50%;
	left: 50%;
	width:425px; /*width of image*/
	height:253px; /*height of image*/
	margin-top: -126.5px; /*set to a negative number 1/2 of your height*/
	margin-left: -212.5px; /*set to a negative number 1/2 of your width*/
}
a:link {color: #797979;
        text-decoration: none;
        font-weight:bold;
        border:0px;
        }
a:visited {color: #797979;
	text-decoration: none;
        font-weight:normal;
         border:0px;}
a:hover{color: #ff0000;
	text-decoration:none;
	 border:0px;
}
#bottom{
position:absolute;
text-align:center;
 border:0px;
color: #797979;
	text-decoration: italic;
        font-weight:normal;
	top: 80%;
	left: 50%;
	width:400px; /*width of image*/
	height:400px; /*height of image*/
	margin-left: -200px; /*set to a negative number 1/2 of your width*/
	}
</style>




/*-------------------------------------------------------------------*/