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

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('../_images/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 525px;
    background: #000;
}

/** ie6 and below only **/
* html #overlay {
    background-image: url('../_images/overlay-ie6.png');
    height: 100%;
    position: absolute;
}
#pledge-container { padding:15px; color:#000; font-size:12px; text-align:left; background:url(../_images/events/bottom-graphic.gif) bottom right no-repeat #e1ddec; }
.show-overlay { display:block; }
.hide-overlay { display:block; padding:5px; text-align:right; color:#000 !important; }