body
{
 font-family: "Verdana" "Arial";
 color: #000000;
 font-size: 12pt;
 background: #ffffff;
 padding: 0px;
 margin: 0px;
 text-align: center;
}

p
{
}

#container
{
	margin: auto;
	margin-top: 100px;
	text-align: center;
	background: #00af00;
	position: relative;
	border-top: 200px solid #0000af;
	height: 200px;
	width: 800px;
}

.frame
{
	position: relative;
	top: -200px;
	overflow: hidden;
	height: 400px;
	width: 800px;
}

.spacer
{
 clear: both;
}

.column
{
	float: left;
	width: 0px;
	height: 400px;
	background: #7f7f7f;
}

