
body {
	background-color: #CF302D;
}

#center { position: absolute; top: 50%; width: 100%; height: 1px; overflow: visible }
#main { position: absolute; left: 50%; width: 500px; margin-left: -275px; height: 500px; top: -270px } 



a:link { 
	color: #000000;
	}
a:visited { 
	color: #000000;
	}
a:hover { 
	color: #000000;
	background-color: #000000;
	text-decoration: underline overline; color: gold;
	}
a:active { 
	color: #CF302D;
	}

