#overlay { 
    background-image: url('../images/overlay.png');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 150%;
}

#box {
    overflow: hidden;
    width: 760px;
    height: 616px;
    background: transparent;
    padding:20px;
    /*background-image: url('../images/overlayBoxBG.png'); */
}

#close {
    position:absolute;
    top:60px;
    right:50px;
    cursor:pointer;
}
#close a:hover,
#close a:focus,
#close a:active {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

#overlaycontent {
  width: 760px;
  height: 616px;
}

div#wrapper_middle_outer {
	background: url('../images/bg_wrapper_middle_outer_center.jpg') no-repeat top left;
}