body {
	background-color: #000000;
	background-image: url(media/background.png);
	margin: 0px;

}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
}
.banner a {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	height: 38px;
	width: 638px;
	float: left;
	background: url(space_banner.png) no-repeat;
	margin-top: 10px;
}
.banner a:hover {
	background-position: 0 -38px;
}

.pwpbanner a {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	height: 38px;
	width: 638px;
	float: left;
	background: url(pwp_banner.png) no-repeat;
	margin-top: 10px;
}

.pwpbanner a:hover {
	background-position: 0 -38px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #555555;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #555555;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: silver;
}
