@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background:url(images/bgBody.jpg) repeat-x #51565c top left;
	}		
	
#footer{
	text-align:left;
	width:950px;
	border:0px solid red;
	margin:0 auto;
	}	
	
#footer p{
	text-align:left;
	margin:10px 0 0 0;
	padding:0 0 0 43px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	width:885px;
	float:left;
	}		
#footer a{color:#c8160a;}