
div#overlay, div#overlay2 {
filter:alpha(opacity=60); /* IE */
-moz-opacity:0.6; /* Gecko-Browser */
opacity:0.6; /* Opera 9+ */
z-index: 950;
}

div#overlay2 {
	z-index: 970;
}

iframe {
	z-index: 960;
}

iframe#zoomview {
	z-index: 999;
}

.openPP {
	cursor: pointer;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
	z-index: 900;
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
	z-index:900;
/*padding-bottom: 9em;*/
}

#footer
{
	z-index: 1;
position: relative;
/*margin-top: -7.5em;*/
} 	
