* { margin: 0; padding: 0; }

#BottomBar
{
	position: relative;
	z-index: 2;
	left: 0px;
	top: 830px;
	width: 784px;
	height: 200px;
}

#GreenDivider
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 814px;
	width: 784px;
	height: 16px;
	background-image: url(Content/GreenDivider.gif);
}

#BlueBar
{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 830px;
	width: 784px;
	height: 158px;
	background-image: url(Content/BlueBar.gif);
}

#BottomLeftBox , #BottomMidBox , #BottomRightBox
{
	position: absolute;
	z-index: 2;
	left: 34px;
	top: 838px;
	width: 195px;
	height: 150px;
	padding: 0px;
	margin: 0px;
}

#BottomMidBox
{
	left: 398px;
}

#BottomRightBox
{
	left: 658px;
}

#BottomLeftDivider , #BottomRightDivider
{
	position: absolute;
	z-index: 2;
	left: 262px;
	top: 839px;
	width: 3px;
	height: 126px;
	padding: 0px;
	margin: 0px;
	background-image: url(Content/WhiteDivider.gif);
}
#BottomRightDivider
{
	left: 525px;
}