/* CSS Document */

body, html{
	padding:0;
	margin: 0;
	text-align: center;
	background-color:#E4E3E9 /*#ffffff*/;
	height:100%;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	
	}

	
.wrapper{
	height:100%;
	width:100%;
	text-align:center;
	
	}
	
a img{
	border:0;
	}

a{
	color:white;
	text-decoration:none;
}

a:hover{
color:#FFD700;
}
	
#flash_container{
	font-weight:bold;
	font-size:12px;
	color:#D6DADF;
	width:720px;
	height:405px;
	border:0px solid #CCC;
}

