body {
	color: black;
	font-size: 76%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	background: white url(../media/body_bg.png) repeat-x;
}

#content {
	margin-left: -250px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	visibility: visible;
	background: url(../media/content_bg.png) no-repeat right top;
}

#content h1 {
	display: block;
	text-indent: -9999em;
	background: url(../media/logo.png) no-repeat;
	width: 320px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
	background-size: 320px 100px;
}

#content h2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
	font-size: 1.6em;
	line-height: 20px;
	text-align: center;
	
	
}

#footer {
	color: white;
	font-size: 0.9em;
	line-height: 20px;
	background-color: #0fa7ea;
	text-align: center;
	position: absolute;
	visibility: visible;
	display: block;
	top: 0;
	right: 10%;
	border: 1px solid #1f80ab;
	border-top-style: none;
}

#footer a {
	padding-left: 2em;
	padding-right: 2em;
}

#footer a:link,  #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: white;
	text-decoration: underline;
}
