html, body {
	height: 100%;
	font-family: arial;
	font-size: 10px;
	background: #efefef;
}

* {
	margin: 0px;
	padding: 0px;
}

#flashContent {
	height: 100%;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 15px;
}