#centeredcontent {
	width: 600px;
	height: 620px;
	text-align: center;
	border: 1px solid #000;
	background-color: #353A42;
	color: #000;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px;	/* Half the height of the DIV tag which is also 50 pixels */
	display: none;
}
#MapButton {
	width: 100px;
	color: #FFF;
	background-color: #333;
	padding: 5px;
	position: relative;
	left: -10px;
	bottom: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#GEDownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	clear: left;
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 10px;
}
#Title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #353A42;
	padding: 5px;
	float: left;
	height: 15px;
	width: 390px;
	text-align: left;
}
#Options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 5px;
	float: right;
	height: 15px;
	width: 180px;
	background-color: #353A42;
}
#map_canvas {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	clear: left;
}
#backgroundFill {
	background-image: url(images/macFFBgHack.png);
	min-height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
}
#backgroundFill2 {
	background: url(http://www.a-media.co.uk/sobopro/macFFBgHack.png) repeat;
	
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	min-height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;

	z-index: 100;
}

* html #backgroundFill2 { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#centeredcontent2 {
	width: 600px;
	height: 620px;
	text-align: center;
	border: 1px solid #000;
	background-color: #353A42;
	color: #000;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px;
	margin-right: auto;
	z-index: 101;
	
	


}





	* html #enteredcontent2 { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

	

#Mapdiv {
	background: url(http://www.a-media.co.uk/sobopro/macFFBgHack.png) repeat;
	
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	min-height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 100;
}

* html #Mapdiv { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



#Mapmid {
	width: 600px;
	heigh: 620px;
	background-color: #353A42;
	margin-right: auto;
	margin-left: -300px;
	margin-top: -310px;
	
	z-index: 101;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	
}


* html #Mapmid { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

	
	
	
	
	


















