@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #747474;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 544px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#mainContent {
	padding: 0;
	background-image: url(images/bgmaincontent.jpg);
}
.left {
	float: left;
	height: 205px;
	width: 400px;
	text-align: center;
}
.clear p {
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clear #scroll {
	float: left;
	width: 680px;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #666;
}


.right {
	float: right;
	height: 205px;
	width: 400px;
	text-align: center;
}

.left #autosystem {
	height: 185px;
	width: 320px;
	margin-left: 50px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#dol {
	height: 20px;
}

.left #rover {
	height: 185px;
	width: 320px;
	margin-left: 50px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.right #hyundai {
	height: 185px;
	width: 320px;
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.right #domy {
	height: 185px;
	width: 320px;
	margin-left: 30px;
	margin-right: 50px;
	margin-top: 5px;
	margin-bottom: 0px;
}



.clear {
	clear: both;
}


.clear img {
	height: 90px;
	text-align: center;
	position: relative;
	left: 260px;
}
