/* CSS Document */

body, html{
	padding:0;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	height:100%;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	}

	
.wrapper{
	width:100%;
	height: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:#E20A16;
	
}

