#footerwrapper {
    position: relative;
	display: block;
	clear: left;
	width: 100%;
	height: 180px;
	left: 0px;
	top: -50px;
	bottom: 0px;
	margin-left: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 70px;
	text-align: center;
	background-color: #082b57;
	color: #ffffff;
	/*background-image: url(../images/footer-gradient.jpg);*/
	background-repeat: repeat-x;
	border-top: 1px solid: #777777;
	z-index: 0;
}

#preloads {
    position: relative;
	margin: 0 0 0 0;
	padding: 0px;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
    filter: alpha(opacity=00);
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
}

