html, body {
	font-family: sans-serif;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

div.wrap {
	width: 900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div.logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	width: 950px;
}

div.header {
	background-image: url(../img/header.jpg);
	height: 232px;
	width: 900px;
}

div.content {
	background-color: #fff;
	color: #000;
	padding: 1em;
}

div.footer {
	color: #333;
	padding: 1em;
	font-size: 80%;
}

a:link, a:visited {
	color: #800003;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}


