body{
	background-color:#499cbc;
	background: url(bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#ffffff;
	min-width:300px;
}

.mainwrapper{
	max-width:800px;
	margin:20% auto 0px auto;
	text-align:center;
}


h1{
	font-size:26px;
	font-weight:normal;
	text-transform:uppercase;
}

h2{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}

p{
	font-size:10px;
}

img.logo{
	width:250px;
}