﻿@charset "utf-8";
html, body, #flashContent, #altContent {
	background-color:#000000;
	height:100%;
	margin:0;
	padding:0;
}
#flash {
	overflow:hidden;
}
a, a img {
	text-decoration:none;
	border:0;
}
#altContent {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#altContent #spacer {
	height:50%;
	margin-bottom:-180px;
}

#altContent #content {
	display:block;
	margin:0 auto;
	width:500px;
	height:360px;
	text-align:center;
}


