body
{
	padding: 0;
	margin: 0;
}

#top_color
{
	display: block;
	position: absolute;
	width:100%;
	height: 50%;
	background-color: #2B252A;
}

#top
{
	top: 0px;
	position: relative;
	background-color: #2B252A;
	text-align: center;
	padding-top: 0%;
}

#content
{
	background-color: #FFFFFF;
	height:388px;
	width: 100%;
	position:absolute;
	top:50%;
	margin: -194px auto auto auto;
}

#bottom
{
	background-color: #FFFFFF;
	width:340px;
	position:absolute;
	left:50%;
	margin: auto auto auto -170px;
}

#bottom div
{
	align: center;
}

#bottom div p
{
	width: 340px;
	text-align: left;
	font-family: Verdana;
	color: #2B252A;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}

#bottom div h1
{
	text-transform: uppercase;
	width: 340px;
	text-align: left;
	font-family: Verdana;
	color: #2B252A;
	padding: 5px;
	margin: 0;
}