@charset "utf-8";
.container {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 10px;
	height: auto;
	overflow: visible;
	border: 2px solid #FFFFFF;
	visibility: visible;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/showcar_rental_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.foot {
	position: relative;
	visibility: visible;
	width: 100%;
}
