body, td, th {
	font-family: Verdana;
	color: #222222;
	background-color: #c6c3c6;	
}

a
{
	font-size: 12px;
}

a:link {
	color: grey; 
	font-family: Verdana;
	text-decoration: none;
}
a:visited {
	color: grey; 
	font-family: Verdana;
	text-decoration: none;
}
a:hover {
	color: grey; 
	font-family: Verdana;
	text-decoration: none;
}
a:active {
	color: grey; 
	font-family: Verdana;
	text-decoration: none;
}

div
{
	border: 0px solid Red;
}

.Main {
	width: 950px;
	height: 600px;
	
	margin:0px auto;

	text-align:left;
	
	padding:0px;

	background-image: none;
	
	z-index: 1;
}

.Index_Body
{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 950px;
	height: 600px;
	
	background-image: url(images/index_background.png);
}

.Index_Logo
{
	position: absolute;
	top: 51px;
	left: 751px;
	
	width: 142px;
	height: 86px;
	
	background-image: url(images/index_logo.png);
}

.Index_Title
{
	position: absolute;
	top: 51px;
	left: 45px;
	
	width: 647px;
	height: 86px;
	
	font-size: 15px;
	
	line-height: 2em;
}

.Index_Content
{
	position: absolute;
	top: 450px;
	left: 62px;
	width: 831px;
	height: 120px;
	text-align: center;
}

.Index_Content .btnNew
{
	position: absolute;
	top: 55px;
	left: 200px;
	width: 112px;
	height: 53px;
	background-image: url(images/index_button_new.png);
	cursor: hand;
	cursor: pointer;
}

.Index_Content .btnUsed
{
	position: absolute;
	top: 55px;
	left: 355px;
	width: 112px;
	height: 53px;
	background-image: url(images/index_button_used.png);
	cursor: hand;
	cursor: pointer;
}
.Index_Content .btnUpcoming
{
	position: absolute;
	top: 55px;
	left: 500px;
	width: 112px;
	height: 53px;
	background-image: url(images/index_button_upcoming.png);
	cursor: hand;
	cursor: pointer;
}

.Index_Content .text1
{
	position: absolute;
	top: 34px;
	left: 0px;
	
	width: 244px;
	height: 43px;
	
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

.Index_Content .text2
{
	position: absolute;
	top: 34px;
	left: 365px;
	
	width: 45px;
	height: 33px;
	
	text-align: center;
	margin-top: 20px;
}

.Index_Content .text3
{
	position: absolute;
	top: 34px;
	left: 518px;
	
	width: 304px;
	height: 43px;
	
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
