body, html,h1{ height: 100%; width:100%; padding:0px; margin:0px auto; text-align:center; }
body { font: 1em/1.8em Arial, Helvetica, sans-serif;
	 background: #161416;
	 color: #ffffff;
	 width:100%; }

#container {  
    background: #222222; 
    width:100%;
    left:50%;
    text-align: center;
    margin:0px auto;
}  
	#header{
		background:url(/images/header.jpg) no-repeat #222222;
		background-position: center;
		min-height:89px;
	}
		#listView{
			position:relative;
			text-align:center;
			right:550px;
			top:20px;
		}

	#content{
		width:1100px;
		background:#222222;
		padding-bottom:0px;
		margin: 0px auto;
		
	}
	
	#form{
		width:800px;
		margin: 0px auto;
		text-align:left;
	}

#footer {  
    border-top:3px solid black;  
    padding:0px 0px 0px 0px;  
    background: ;
    background:url(/images/footer.jpg) no-repeat #161416;
    background-position: 50% 5px;
} 
#feature{
	border:solid 1px white;
	margin-top:	6px;
}
#link{
	width:100%;
	margin: 0px auto;
	text-align:right;
	border:0px;
}

img
{  border-style: none;
}
h1,p,a{ text-align:left;}