/* CSS Document */
body {
    background-color:#CC6633;  
 }
 
 .center {
 position:center;
 
 	} 
 	
 	#main {
	vertical-align: center;
/*	padding-left: 0px;
	width: 337;                      
	background-color: transparent;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;*/

	
}

a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #555555;
}	
