body {
	background-color: #424242;
}
#wrapper {
	background-color: #424242;
	position: relative;
	height: 600px;
	width: 800px;
	margin: auto;
}
#wrapper .top_banner {
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
}
#wrapper .navigation {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	bottom: 0px;
}
#wrapper .home_pic {
	position: absolute;
	top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	right: 18px;
}
#wrapper .pic {
	position: absolute;
	height: auto;
	width: auto;
	left: 60px;
	top: 110px;
}
#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;
}
