@charset "utf-8";
/* CSS Document */

#bodypic {
	background-image: url(images/body.png);
	width: 1100px;
	margin-left: -550px;
	position: absolute;
	height: 630px;
	left: 50%;
	top: 57px;
	background-repeat: no-repeat;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	display: inline;
	height: auto;
	width: 1100px;
	bottom: 0%;
	position: absolute;
}
a:hover {
	color: #999999;
}
