body{
    margin: 0;
    padding: 0;
    background: #802a07 url(../pics/back.gif) top repeat-x;
    width: 100%;
    height: 100%;
}
#mainFlash{
    width: 1000px;
    height: 682px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    z-index: 1;
}
a img{
    border: none;
}
.curtain{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    cursor: pointer;
    cursor: hand;
    -moz-opacity:0.70; 
	opacity:0.70; 
	-khtml-opacity:.70;
	background-color: #8e3914;
	filter:alpha(opacity=70); 
}