body {
       	background-color: #1c232d;
		font-family:Tahoma, Helvetica, sans-serif;
		font-size:11px;
       	color: #a7a632;
       	spacing: 0px;
       	margin:0px;
       	padding:0px;
       	line-height:13px;
       	text-align:justify;
}

#centered {
        width:530px;
        color: #a7a632;
		background-image: url('bg.png');
		background-repeat: repeat-y;
        margin:0 auto; /* to center the div */
        text-align:justify; /* restore the body alignment */
        position:relative; /* because of "relative/absolute" content inside the div */
	}	
	
	a {
	color: #a6646e;
	text-decoration: none;	
}

a:visited {
	color: #a6646e;
	text-decoration: none;

}
 
a:hover {
	color: #ffffff;
   	font-size: 11px;
	text-decoration: underline;

}

a:active {
	color: #ffffff;
	text-decoration: none;

}