.frame {
	float: none;
	display: inline-block;
	position: static;
	background-color: #9a0000;
	margin: 0px;
	width: 100%;
	text-align: center;
}

.frame #banner {
	text-align: center;
}
.container {
	margin-bottom: 50px;
	float: none;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	background-color: white;
	width: 520px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-family: sans-serif;
	text-align: left;
}

.container #header {
	padding-top: 50px;
	line-height: 60px;
	text-align: left;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.container a {
	border: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	font-family: sans-serif;
	font-size: 14px;
}

.container #footer {
	width: 520px;
	position: static;
	font-size: 12px;
	font-family: sans-serif;
	padding-top: 50px;
	display: inline-block;
	text-align: center;
}

a {
	border: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	font-family: sans-serif;
	font-size: 12px;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

