﻿/* Global
------------------------------------------------------------------*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px; 
	font: normal 10px/16px Verdana;
	color: #777879;
	background-color: #ffffff;
}



#flashcontent {
	height: 100%;
	min-height: 747px; 
	min-width: 952px; 
	width: 100%;
}

#flashcontent p {
	text-align: center;
}

#footer {
	visibility:hidden;
}



