#wrap {
	min-height: 100%;
}


#main {
	overflow:visible;
	padding-bottom: 236px;
}  /* must be same height as the footer */

#white2 {
	height: 236px;
	position: relative;
	background-image: url(Images/white_footer.png);
	width: 100%;
	background-repeat: repeat;
	background-position: center center;
	margin-top: -236px;
	float: left;
	bottom: 0px;
	z-index: 0;
}

#footer {
	left: 49%;
	width: 100%;
	position: absolute;
	height: 236px;
	margin-left: -496px;
	float: left;
	z-index: 10;
}
#line_left3 {
	position: relative;
	height: 49px;
	padding-top: 825px;
	width: 865px;
}
#line_left3_GAL {
	position: relative;
	height: 49px;
	padding-top: 985px;
	width: 865px;
}
#line_left3_TES {
	position: relative;
	height: 49px;
	padding-top: 905px;
	width: 865px;
}


#line_left3ERF {
	position: relative;
	height: 49px;
	padding-top: 930px;
	width: 863px;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
