* {
	margin: 0;
	padding: 0;
}
#centerOnScreen {
	position: absolute;
	left: 50%;
	top:10px;
	height: 550px;
	width: 950px;
	margin-left: -475px;
}
#headerRow {
	position: absolute;
	left: 0%;
	top: 0%;
	height: 170px;
	width: 950px;
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
}
#lefColumn{
	position: absolute;
	left: 80%;
	top: 0px;
	height: 550px;
	width: 120px;
 	background-color:#c7d900;
}
#bottom_white {
	position: absolute;
	left: 0px;
	top: 555px;
	height: 25px;
	width: 950px;
	background-color:#FFFFFF;
}
#bottom_green {
	position: absolute;
	left: 0px;
	top: 537px;
	height: 18px;
	width: 950px;
	background-color:#cecd00;
	margin-top:3px;
}
#bottom_green_fixed {
	position: absolute;
	left: 250px;
	top: 0px;
	height: 17px;
	width: 180px;
}
#bottom_green_marquee {
	position: absolute;
	left: 425px;
	top: 0px;
	width: 540px;
	height: 17px;
}
#bottom_black {
	position: absolute;
	left: 0px;
	top: 557px;
	height: 3px;
	width: 950px;
	background-color:#000000
}
#darkGreyBgTop {
	background-color: #262626;
	position: absolute;
	z-index:0;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 136px;
	margin-top: 0px;
	min-width: 100%;
}
#lightGreyBgTop {
	background-color: #808080;
	position: absolute;
	z-index:0;
	top: 147px;
	left: 0px;
	width: 100%;
	height: 1px;
	margin-top: 0px;
	min-width: 100%;
}
#blackBgTop {
	background-color: #000000;
	position: absolute;
	z-index:0;
	top: 147px;
	left: 0px;
	width: 100%;
	height: 33px;
	margin-top: 0px;
	min-width: 100%;
}
#greenBgBottom {
	background-color: #cecd00;
	position: absolute;
	z-index:0;
	top: 547px;
	left: 0px;
	width: 100%;
	height: 18px;
	margin-top: 0px;
	min-width: 100%;
}
#blackBgBottom {
	background-color: #000000;
	position: absolute;
	z-index:0;
	top: 567px;
	left: 0px;
	width: 100%;
	height: 3px;
	margin-top: 0px;
	min-width: 100%;
}
