@charset "utf-8";

html, body { width: 100%; height: 100%; background: #000; color: #ccc; }
* {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
img { border: none; }

#swfcontent { width: 100%; height: 100%; }
#altcontent { width: 462px; margin: 0 auto; }
#altcontent * { text-align: center; }
#altcontent h1 { margin: 40px 0; }
#altcontent p { margin-bottom: 20px; }
a:link, a:visited { color: #8DC221; }
