@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #990033;
}
#wrapper .header img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
#header {
	height: 422px;
}
#links {
	text-align: center;
	height: 61px;
}
#footer {
	text-align: center;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFF;
}
#wrapper #footer a img {
	margin-left: 10px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	color: #000;
}
a {
	text-decoration: none;
	color: #FFF;
}

