	
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: auto;
	}

#wrapper {
	text-align: center;
	
	top: 50%;
	left: 0px;
	width: 100%;

	display: block;
   }


	#flashcontent {
	width:100%;
	margin-top:30px;
	text-align:center;
	position:absolute; 
	margin-left: -450px;
	left: 50%;
	width: 900px;

	visibility: visible
	}
/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
	}
	
a:link, a:visited, a:active{
font-size:12px;
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover{
	color: #CCCCCC;
	text-decoration:underline;
}


.bold { 
		font-weight:bold;

}
.header {
font-size:14px;
		font-weight:bold;
}
.color {
color:#990000;
font-size:14px;
}
.white {
color:#FFFFFF;
font-size:14px;
}	
.i{
font-style:italic;
}
.small {
font-size:10px;
}
	

