body {
	background-color: #424242;
}
#wrapper {
	background-color: #424242;
	position: relative;
	height: 780px;
	width: 1024px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
#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;
	left: 230px;
	top: 185px;
}
#wrapper .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	left: 480px;
	height: auto;
	width: auto;
}
#wrapper .testa_nav {
	position: absolute;
	left: 500px;
	top: 152px;
}
#wrapper .footer {
	position: absolute;
	width: auto;
	left: 0px;
	bottom: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8975F0;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

