

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    // Sad to find not working in IE7: background: transparent url('/GiftExCentos/images/overlay.png') repeat 0 0;
    background: transparent url('/GiftExCentos/images/overlay-ie6.png') repeat 0 0;
    display: none;
    //text-align: center;
}

#overlay-panel {
	position: absolute;
	float: left;
    width: 770px;
    height: 650px;
    background: #FFF;
    display: none;
    border: 5px #ccc solid;
}

#small-overlay-panel {
	position: absolute;
	float: left;
    width: 804px;
    height: 882px;
    background: #FFF;
    display: none;
    border: 5px #ccc solid;
}



/** ie6 and below only **/
/*

* html #overlay {
    background-image: url('/GiftExCentos/images/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

*/
