/* CSS Document */

body, html{
	padding:0;
	margin: 0;
	text-align: center;
	background-color:white;
	height:100%;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	}

	
.wrapper{
	width:100%;
	height:100%;
	text-align:center;
	}
	
a img{
	border:0;
	}

a{
	color:black;
	text-decoration:none;
}

a:hover{
color:#FFD700;
}
	
#flash_container{
	font-weight:bold;
	font-size:12px;
	color:#E20A16;
	border:3px solid  #00135D;
	width:780px;
	height:570px;
	margin: 0 auto;
}


