* { margin : 0; padding : 0; } 
a img { border : none; } 
a { outline : none; } 
a { color : #FFFFFF; text-decoration : none; } 
a:hover { color : #cc6600; text-decoration : none; }
 
body { 
	background-color : #000000;
	overflow : hidden;
	cursor : default;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #333366;
} 
div.cc { 
	position : absolute;
	top : 50%;
	left : 50%;
	width : 940px;
	height : 575px;
	margin-left : -470px;
	margin-top : -288px;
	overflow : hidden;
} 

