﻿body, html{
	height:100%;
	margin: 0px;
	background:url(body.gif) no-repeat center center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	width:100%;
	position:relative;
	height:100%;
	min-height:100%;
	height:auto !important;
}
#mainwrapper{
	width:100%;
	margin:0px auto;
}
.logo {
	background:url(logo.png) no-repeat center bottom;
	height:100px;
	padding-top:50px;
	width: 100%;
}
h1 {
	margin:0px auto;
	padding-top:50px;
	font-size: 30px;
	text-align:center;
}
h2 {
	margin:0px auto;
	padding:10px 0;
	font-size: 18px;
	text-align:center;
}
p {
	margin:10px auto 0px auto;
	color: #200b0c;
	font-weight:bold;
	font-size: 12px;
	text-align:center;
}
span {
	font-weight:bold;
	font-size: 14px;
}
a {
	color: #00468e;
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	text-align:center;
}
a:hover{
	text-decoration:underline;
}