/******************************************/
/* General definitions                    */
/******************************************/

html, body, p, h1, h2, h3, span, a, table, td, form, hr, div {
	margin: 0px;
	padding: 0px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #FFF;
}
html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	background: #000;
}
a:link, a:visited { 
	color: #FFF;  
	text-decoration: underline;
}  
a:active, a:hover {  
	color: #CCC;  
	text-decoration: underline;  
}  
img {  
     border: 0px;  
}
.clear {
	clear: both;
}
/******************************************/
/* END General definitions                */
/******************************************/

div#flash_box {
	height: 100%;
	width: 100%;
	border: 1px solid #000;
}
div#flash_box p {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

