#FlashArea {
	width: 864px;
	height: 527px;
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
	z-index: 2;
}

img.close {
    position: absolute;
	top:80px;
	left:0;
    cursor: pointer;
	z-index: 2;
}


#modalWindow {
	display:none;
    background:#000;
    position: absolute;  
    left: 0;
    top: 0;
	filter: alpha(opacity=100);
    opacity: 1;
	width: 100%;
    height:100%;
	z-index: 1;
	
}

html, body{
  height: 100%;
  margin: 0px;
}
