@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	}		
	
#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;
	border:0px solid red;
	width:930px;
	}		
