body {
	background: #000;
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
}
#flash {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 550px;
	margin-left: -50%; /* half of width */
	margin-top: -275px;  /* half of height */
	background: #000;
	text-align:center;
	font-size:80%;
}

#noflash {
	position:relative;
	top: 50px;
}

p.links {
	margin:0;
	padding:0;
	color:#aaa;
	font-size:80%;
}

a {
	text-decoration:none;
	color:#aaa;
}
a:hover {
	text-decoration:underline;
	color:#aaa;
}