html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: black;
	padding: 0;
	margin: 0;
	height: 100%;
}

#flashcontent {
	height: 100%;
}

#upgrade {
	font-family: sans-serif;
	font-size: medium;
	color: #222;
	background-color: white;
	padding: 4em;
	margin: 4em;
	padding-left: 176px;
	line-height: 135%;
}

#upgrade p {
	margin-left: 8px;
}

p#first {
	margin-top: 2.5em;
}

a {
	text-decoration: none;
	color: #e1652d;
	border-bottom: 1px dotted #e1652d;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #e1652d;
}

#logo {
	margin-left: -156px;
	margin-right: 20px;
}