body 
{
	background: #669933;
	color: #211400
}

.bgbar
{
	top:100px; left:100px; right:200px;
	position: absolute;
}

.topbar
{
	text-align: center;

	width: 90%;
	top: 50px; right: 50px; left: 50px; 
	position: absolute;
}

a
{
	color:#333333;
}

.floatright 
{
	float: right;
	margin: 20px;
}

.floatleft
{
	float: left;
	margin-right: 10px;
}

