@charset "utf-8";
body {
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-face-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
}
a:link {
	color: #ECB3B3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ECB3B3;
}
a:hover {
	text-decoration: none;
	color: #DF7D7D;
}
a:active {
	text-decoration: none;
	color: #ECB3B3;
}
.small_right {
	font-size: 12px;
	text-align: right;
}

.centerme {
	left: 50%;
	position: absolute;
	margin-left: -400px;
	width: 800px;
}
.container {
	height: 400px;
	width: 800px;
	margin-top: 15px;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 75px;
	border-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-color: #000000;
}
.bottomline {
	height: 35px;
	width: 800px;
	background-color: #000000;
	color: #FFFFFF;
	border-width: 2px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-color: #000000;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.logomenu {
	position: inherit;
	left: 0px;
	top: 0px;
	width: 160px;
	float: left;
}
.content {
	position: relative;
	left: 20px;
	top: 23px;
	width: 580px;
	text-align: left;
	height: 350px;
	overflow: auto;
}
.foother {
	width: 100%;
	top: 90%;
	position: relative;
}
.speed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
}
.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	height: 35px;
	letter-spacing: 2px;
}
.showroom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}