body { 
		background: url("/assets/files/template_files/bg-home.jpg");
		text-align:center; 
		color:#000;
	}

#wrap {
	margin:0 auto;
	width:1000px;
}

/* footer
	 * ------------------------------------------------------------------------- */

	#footer {
		width:1027px;
		margin:0 auto;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
	}

	#footer a:link, #footer a:visited, #footer a:active {
		color:#fff;
		text-decoration:none;
		}
	
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
		}

	#footer p {
		margin:10px 0px 0 40px;
	}

	#footer ul {
		margin:10px 0 0 0px;
	}

	#footer li, #footer ul li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 3px 0 5px;
		display: inline;
		border-left: 1px solid #fff;
		line-height:14px;
	}

	#footer li.first { 
		border:none; 
	}