/* --- body --- */



body {

   background-color: #000000;   
   margin: 0;
   padding: 0;
   text-align: center;
}




/* --- footer --- */

#footer {

	/* background-color: #000000; 

	position: relative; 	

	width: 538px;

	

	clear: both;

	float: center;	

	color: #cccccc;

	left: 10px;*/
	margin: 10px 0 0 10px;
}

#footer h2 {

	margin: 0;

	text-align: center;

	font: normal 11px Helvetica, Verdana, Arial, sans-serif;

	color: #cccccc;

}

#footer h2 a:visited, #footer h2 a:link {

	color: #cccccc;

	text-decoration: none;

	border-bottom: none;

}

#footer h2 a:hover {

	color: #FF0000;

	text-decoration: none;

	border-bottom: none;

	/*background-color: #cccccc;*/

}



