body {
	margin: 0px;
	height:100%;
	/*background-image:url(../img/temp/aboutUs_06BG.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
}
html {
	height:100%;
}
#Layer1 {
	position:relative;
	margin:auto;
	width:100%;
	height:100%;
	z-index:1;
	background-color: #000000;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

#Layer2 {
	position:absolute;
	margin:auto;
	width:100%;
	z-index:2;
	top: 0;
	visibility: visible;
}
.rowBg{
	background-image:url(../img/iframe/mapBg.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
}

