@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #666666;
	background-attachment: scroll;
	background-image: url(../assets/Home-Background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	height: 410px;
	width: 915px;
	margin-top: 75px;
	position: relative;
	background-color: #000000;
	z-index: 1000;
	margin-bottom: 20px;
}
#belowMain {
	width: 915px;
	height: 166px;
	background-color: #000000;
}

#dealerLoginTab  {
	top: 0px;
	position: absolute;
	right: 175px;
}
#searchForm {
	position: absolute;
	top: 0px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	text-align: right;
	right: 0px;
}
#searchForm #fromSearch {
	color: #CCCCCC;
	background-color: #000000;
	width: 75px;
}
#searchForm input {
	width: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#counter {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 50px;
	visibility: visible;
	left: 0px;
}
