@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:#424242 url(/assets/bodyBg.gif) repeat-x top left;
	}

img {
	border:0;
	}

.swfWrapper {
	width:980px;
	height:750px;
	margin:auto;
	padding-top:0px;
	background:url(/assets/stain.png) no-repeat top left;
	}
	
#btnClose {
	float:left;
	position:relative;
	top:-10px;
	left:20px;
	cursor:pointer;
	}

.ctrPromo {
	width:135px;
	cursor:pointer;
	margin:0px auto 0px auto;
	}

#imgPromo {
	border:10px solid #000000;
	}

.imgPromo {
	position:fixed;
	display:none;
    z-index:11000;
	}

.mask {   
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.3;
    z-index:10000;
    -moz-opacity: 0.3;
    background:#000000;
    filter:alpha(opacity=30);
	display:none;
    }