html, body {

 height: 100%;
 padding: 0px;
 margin: 0px;

}

body {

 background-color: #ffffff;
 }


#flash {

        text-align: center;
	margin-top: -280px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible

 }






#flash p{

 
	text-align: center;
 
	font: 11px Arial, Helvetica, sans-serif;
 
	color: #666666;
 width: 800px;
 
	margin-top: 20px;

}



a:link {

 color: #333333;

}


a:visited {

 color: #333333;

}


a:hover {

 color: #000000;

}


a:active {

 color: #000000;

}