body {
	background-color: #424242;
}
#wrapper {
	background-color: #424242;
	position: relative;
	height: 780px;
	width: 1024px;
	margin: auto;
}
#wrapper .top_banner {
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
}
#wrapper .navigation {
	position: absolute;
	height: auto;
	width: auto;
	top: 57px;
	right: 285px;
	z-index: 5;
}
#wrapper .base_line {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	bottom: 40px;
}
#wrapper .home_pic {
	position: absolute;
	top: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	right: 120px;
}
#wrapper .pic {
	position: absolute;
	height: auto;
	width: auto;
	left: 180px;
	top: 190px;
}
#wrapper .warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FF0000;
}
#wrapper .thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 200px;
	right: 130px;
	height: auto;
	width: 300px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #9316c7;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #9316c7;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #6FC8F2;
	text-decoration: none;
}

