html{
     height:100%;
 }

body {
      	color:#FF9900;
      	background-color:#000000;
	    /*background-image:url(_watermarks/rotator.php);
	    background-repeat:no-repeat;
	    background-attachment:fixed;
	    background-position:center;
	    background-size:contain;*/
        height:100%;
    }

a  { color:#FF0000; }

a:visited { color:#800080; }

a:hover { color:#008000; }

a:active { color:#FF0000; }

#divheader 
{
	background-color:#101010;
    height:100%;
}

#divbody
{
        color:#FF9900;
      	background-color:#000000;
	    background-image:url(_watermarks/rotator.php);
	    background-repeat:no-repeat;
	    background-attachment:scroll;
	    background-position:center;
	    background-size:contain;
        min-height:100%;
}