@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background-color: #000;
	background-image: url(../images/salmonbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrap {
	width: 800px;
	margin: 0px auto;
}
.weel {
	background-image: url(../images/weel_bg.jpg);
	height: 564px;
	padding: 0px 65px;
}
.header {
	background-image: url(../images/header_bg.jpg);
	height: 107px;
}

.main {
	background-image: url(../images/salmonbackground.jpg);
	padding: 0px 50px;
	color: #6b0039;
	font-size: 11px;
}
.main h1 {
	color: #6b3200;
	margin-bottom: 10px;
}

.main .left_column {
	float: left;
	width: 490px;
	padding-right: 10px;
	text-align: justify;
}

.main .right_column {
	float: left;
	font-size: 10px;
	padding-left: 10px;
	text-align: justify;
	width: 190px;
}
.main .special {
	color: #401aff;
	font-weight: normal;
}
.main .center_important {
	text-align: center;
	font-size: 12px;
	color: #b6002a;
	margin-bottom: 5px;
}
.main a {
	color: #5a5670;
}
ul {
	margin-left: 20px;
}

.footer {
}
