html,body {
	margin:				0;
	padding:			0;
	height:				100%;
	text-align:			center;
	background-color:	#000;
	color: #E9BE75;

}


#rap {
	width:800px;
	background: #000 url(lot_bg.jpg) top left repeat-y;
		margin:				0 auto;

	height:				auto !important; /* Detect height automatically, Incompatible w/IE */
	height:				100%;
	min-height:			100%;
	}
	
	
	.lots {
		
	margin: 15px auto;
	border: 4px solid #ffb76a;
	}