#overlay-holder {width:100%; height:100%; position:absolute; z-index:4; top:0px; left:0px;}

#overlay-foreground {width:650px; height:500px; margin:auto; /*margin-top:100px;*/ text-align:center;}

#overlay-foreground div {display:block; text-align:right; float:right; margin:0px; padding:0px;}

#overlay-foreground img {float:left;}

#overlay-background {width:100%; height:100%; background-color:#000000; opacity: 0.7; filter:alpha(opacity=70); /* IE's opacity*/ z-index:3; position:fixed; top:0px; left:0px; display:block; overflow:hidden;}

*html {height:100%;}

*html body {height:100%;}

*html #overlay-background {width:100%; height:1024px; background-color:#000000; opacity: 0.7; filter:alpha(opacity=70); /* IE's opacity*/ z-index:3; display:block; overflow:hidden; position:absolute; top:0px; left:0px;}
