@charset "iso-8859-1";
* {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1000px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto !important;
	margin: 0px auto -120px;
	z-index: 100;
}
#wrapper #logo {
	height: 163px;
	background-image: url(../Images/refl.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
	padding-left: 20px;
	text-align: right;
}
#car {
	position:absolute;
	left:50%;
	top:0;
	width:499;
	height:307;
	z-index:2;
	margin-left: -520px;
}

#wrapper #headerImg {
	height: 250px;
}
.wrapper2 {
    width: 1000px;
	margin: 0px auto -120px auto;
	
}
#wrapper #logo #left {
	width: 600px;
	float: left;
}
#wrapper #logo #right {
	width: 400px;
	float: right;
}
.footer {
	width: 980px;
	height: 110px;
	margin: 0px auto -120px auto;
	position: relative;
	background-image: url(../Images/footer_img.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.push {
	width: 1000px;
	height: 120px;
	margin: 0px auto -120px auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	height: 60px;
	padding-left: 240px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
}
#bodyArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}
