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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family:"Lucida Sans","Lucida Grande",arial,sans-serif;
	font-size:13px;
	line-height:1.5em;
	color:#fff;
}

#flashcontent {
	height: 100%;
}

#altcontent {
	margin: 30px;
}

#altcontent h1 {
	color: #ea5700;
	text-transform: uppercase;
}

#altcontent p.link {
	margin-top: 40px;
}
