#container {
	height: 100%;
	width: 100%;
}
#mainbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #232323;
	text-align: left;
	height: auto;
	width: 766px;
}
#leftbox {
	height: auto;
	width: 240px;
	float: left;
}
#bottombox {
	clear: both;
	height: auto;
	width: 766px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 60px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#rightbox {
	float: right;
	height: auto;
	width: 490px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
