@charset "utf-8";

body {
	width: 320px;
	height: auto;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.content #container {
	width: 300px;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	margin-left: 15px;
}

.content #mainContent {
	width: 300px;
	height: auto;
	font-size: 10px;
}

.content #header {
	position: relative;
	width:296px;
	height: 42px;
	padding-right: 3px;
}

.content #footer {
	background-color: #315B85;
	height:21px;
	text-align: right;
	vertical-align: middle;
}

.content #footer a {
	color:#FFFFFF;
	text-decoration: none;
	padding-right:10px;
	padding-top: 5px;
}

.content #footer a:hover {
	color: #999999;
}