div {
background-color:black;
}


body {
  background: #000000;
  margin: 0px;
  padding: 0px;
  background-image: url(images/reggie_background2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 0px;
}
#middle {
  background: #000000;
  width: 980px;
}
#bottomLeft {
  background: #333333;
  width: 326px;
  height: 148px;
}
#bottomMiddle {
  background: #333333;
  width: 326px;
  height: 148px;
}
#bottomRight {
  background: #333333;
  width: 326px;
  height: 148px;
}

.undernav_textwhite {
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
}

.undernav_textwhite a{
	color:#FFCC00;
	text-decoration: underline;

}

.undernav_textwhite  a:hover,
.undernav_textwhite a.active{

	color:#FFFFFF;

}