
html, body
{
    width: 100%;
    height: 100%;
	margin-left:auto;
	margin-right:auto;
}
	


* html, #overlay 
{
	background-color: #000000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/slitz/pagedesign/overlay.png", sizingMethod="scale");
}

#overlay 
{
    position: absolute;
    z-index:80;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000;
    filter:alpha(opacity=80);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


#box 
{
	width: 523px;
	height:308px;
}

#close 
{
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}