@charset "utf-8";
/* CSS Document */

.containment
{
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: left;
	min-width: 900px;
}

.header
{
	width: 100%;
	height: 256px;
	background: url(images/header_bg.jpg);
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 64px;
}

.menu
{
	width: 100%;
	text-align: center;
	height: 32px;
	background-color: #222222;
	color: #FFFFFF;
}

.left_bg
{
	float: left;
}

.right_bg
{
	float: right;
}
