.brodtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: lighter; color: #000000; text-align: justify}
.bold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold}
a:link {  color: #000000; text-decoration: none}
a:visited {  color: #666666; text-decoration: none}
a:hover {  color: #999999; text-decoration: none}

#white_overlay
{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ffff;
	z-index:900;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}


/*
html>body #white_overlay{
	min-height: 100%;
	height: auto;
}
*/



#banner
{
	position: relative;
	top: 200px;
	padding: 25px;
	width: 480px;
	background-color: #fff;
	z-index:999;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;

}
