
body        { color: #000; background-color: #333333; text-align: center; height: 100% }
.banner           { background-color: #fff; background-repeat: no-repeat; background-position: left top; width: 770px; height: 210px }
.menuholder      { background-color: #fff; width: 100%; height: 25px; min-height: 25px }

.main      {
	background-image: url(globalimages/skybg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	width: 770px; /*overflow: auto*/
	overflow: hidden;
}
.footer     { color: #fff; font-family: Arial, Helvetica, Verdana, sans-serif; background: #1e1e1e url(globalimages/footerbanner.jpg) repeat-x 0 100%; width: 100%; height: 100px; clear: both }

.footersec  { color: #333333; display: block; padding: 5px; width: 30%; float: left }
.wrapper { background-image: none }

