html {
	color: white;
	width: 100%;
	height: 100%;
}

body {
    margin: 15pt;
    margin-top: 50pt;
    color: white;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light";
   	background-color: rgb(40, 125, 204);
	background-image: url("info-background.jpg");
	background-size: 100% 100%;
	background-attachment:fixed;
	padding-bottom: 20pt;
}

h1 {
	font-weight: normal;
    font-family: "Futura-CondensedExtraBold";
    text-align: center;
}

h1 small {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light" !important;
}

a {
	color:white;
	color: rgb(40, 60, 150);
	text-decoration: none;
    font-family: "HelveticaNeue", "Helvetica Neue" !important;
}

a:active {
	color: rgb(70, 90, 190);
}

hr {
	border: 2px solid rgba(255, 255, 255, 0.3);
}

p.tester {
	margin-top: 0;
    padding-bottom: 10pt;
}

p.copyright {
    text-align: center;
}

p.thankstesters {
    margin-bottom: 5pt;
}

body {
	font-size: 22pt;
}

h1 {
	font-size: 64pt;
	margin-bottom: 5pt;
	padding-bottom: 0pt;
}

h1 small {
	font-size: 16pt;
}

small, p.small {
	font-size: 70%;
}

#main {
	padding-left: 114px;
	width: 800px;
}