* {
	margin: 0;
	padding: 0;
	border: 0;
	}
html, body {
	text-align: center;
	background: #6EA5C0;
	height: 99%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	/* This sets the default font size to be equivalent to 11px */
	font-size: 68.9%;			
	color: #003953;
	text-align: center;
	}
#ssflash {
	width: 100%;
	height: 100%;
	}
#upgrade {
	background: url(images/pre_logo.gif) no-repeat 50% 0;
	width: 500px;
	height: 375px;
	margin: 50px auto 0 auto;
	text-align: center;
}
h1 {
	text-indent: -5000px;
	font-size: 1.5em;
	}
p {
	margin: 70px 0 0 0;
	font-size: 1.1em;
	}
a {
	color: #A5E1FB;
	text-decoration: none;
	}
a:hover {
	color: #003953;
	background-color: #A5E1FB;
	text-decoration: none;
	}
