* {
	margin: 0px;
	padding: 0px;
}
html, body, #FlashContent {
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;	
	color: #333333;
	background: #EEEEEE;
}

a {
	color: #314FA9;
	text-decoration: none;
}
a:hover {
	color: #213571;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#NoFlashContent {
	position:absolute;
	top: 50%;
	left: 50%;
	width:40em;
	height:30em;
	margin-top: -15em; /*set to a negative number 1/2 of your height*/
	margin-left: -20em; /*set to a negative number 1/2 of your width*/
}
#ContentWrapper {
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}
#Description {
	float:right;
	width:18em;
	padding:1em;
	background-color:#cccccc;
	height:27em;
}
#Description h2 {
	margin-bottom:.5em;
}
#Logo {
	float:left;
	width:18em;
	padding:.9em;	
	text-align:center;
}
.NoFlashWarning {
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	padding:1em;
	height:3em;
	width:38em;
	position:absolute;
	bottom:0px;
}