body { background-color: black; }

A:link {background: #000000; color: white;}
A:visited {background: #000000;  color: white;}
A:active {background: #000000; color: white;}
A:hover {background: #ffffff; color: black;}

#positioner {
     padding: 0px;
     margin: auto;
     width: 100%;
     position: relative;
     text-align: center;
     z-index: 2;
     }


#bigcontainer {
	padding: 0px;
	margin: auto;
	position: relative;
	width: 819px;
	text-align: center;
	border: none;
        }



#container {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 819px;
	text-align: center;
	z-index: 1;

}

/* CSS Document */

