div.float_left
{
	float: left;
}

div.clear
{
	clear: both;
}

#overlay
{
	position: absolute; 
	z-index: 1; 
	display: none; 
	width: 900px; 
	height: 400px; 
	background: #ffffff;
	border: 2px #000000 solid;
}

