﻿/* hide from ie on mac \*/
html, body {
	height: 100%;
}
* { margin: 0; padding: 0; }
body { height: 100%; font-size: 80%; background-color: #000000; }

#flashcontent { 
	width: 100%;
	height: 100%;
	font: .95em Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#flashcontent a {
	color: #FFFFFF;
}
#flashcontent p {
	font-weight: bold;
	margin-top: 50px;
}

