@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	
}

#container {
	padding: 0px;
	width: 800px;
	height: 520px;
	margin: 0px auto;
}

#flash-box {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 500px;
}

#footer {
	width:100%;
	height:20px;	
} 

.footer-text {
	font-family:Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	margin-top: 7px;
	}
