/* CSS Document */

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

body
{
	height: 100%;
	background-color: #FFF;
}

body, p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#message
{
	width: 418px;
	height: 250px;
	position: absolute;
	margin: auto auto;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -209px;
}

div#message img { margin-bottom: 20px; }

a
{
	text-decoration: underline;
	color: #000;
}

a:link { color: #C00; }
a:visited { color: #666; }
a:hover { color: #C00; text-decoration: none; }

p { line-height: 1.2em; padding-top: 1em; }
p.notice
{
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: bold;
}

h1 { display: none; }

