div#mainText {
	height: auto;
	background-image: url(../images/mainContent_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #161648;
	display: table;
}

#flashHome {height:305px; background: url(../images/index-bg.png) center no-repeat;margin-bottom:20px;}

/* Home Image Rotator */
div.rotator {position:relative;height:305px;width:1002px; display: block; margin-left: auto; margin-right: auto;}
div.rotator ul li {float:left;position:absolute;list-style: none;}
div.rotator ul li.show {z-index:500;}
#goLeft, #goRight, #pause {position:absolute;height:18px;width:18px;z-index:5100;}
#goRight  {bottom:15px;right:140px;}
#pause {bottom:15px;right:158px;}
#goLeft   {bottom:15px;right:176px;}

