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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f5f9ed;
	font-family: Arial, sans-serif;
	color: #333333;
}

a, a:visited, a:link {
	color: #07c2a8;
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: none;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#noflash {
	width: 320px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	letter-spacing: -2px;
	margin-bottom: -10px;
}

h2 {
	font-size: 12px;
}

p {
	font-size: 12px;
}

#footer p {
	font-size: 11px;
}

#content, #footer {
	padding: 20px;
}

#upgrade {
	background-color: #ffffff;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dotted #cccccc;
}
