html {width:100%;height:100%;overflow:hidden;}
body {margin:0;padding:0;width:100%;height:100%;background-color:#000;}
iframe {position: relative;width: 100%;height: 100%;border: none;z-index:1;}
.wrap {position:relative;margin:0 auto;width:100%;padding-top:15px;text-align: center;}
#footer {position:fixed;bottom:0;z-index:2;width:100%;height: 75px;display:none;min-width:456px;}
a {text-decoration:none}
/* Popup */
#popup { Z-INDEX: 5; POSITION: absolute; TEXT-ALIGN: center; WIDTH: 100%; DISPLAY: none; HEIGHT: 100%; TOP: 50%; }
#popup #inner {	MARGIN: 0px auto; WIDTH: 751px; HEIGHT: 417px; TOP: -50%; }
#popup #inner #popup-container { POSITION: relative; MARGIN-TOP: -208px; }
#close-popup { BACKGROUND-IMAGE: url(http://www.7red.com/img/empty.png); POSITION: absolute; MARGIN-TOP: 14px; BACKGROUND-REPEAT: repeat; MARGIN-LEFT: 14px; }
#close-popup A { WIDTH: 70px; DISPLAY: block; HEIGHT: 23px; }
#join-now { BACKGROUND-IMAGE: url(http://www.7red.com/img/empty.png); POSITION: absolute; MARGIN-TOP: 280px; BACKGROUND-REPEAT: repeat; MARGIN-LEFT: 362px; }
#join-now A { WIDTH: 349px; DISPLAY: block; HEIGHT: 87px; }

/* Buttons */
.button {
	display: inline-block;
	padding: 17px 0px 16px 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	text-transform: uppercase;
	background-image: url(../../img/btn_game.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 218px;
	text-align: center;
	text-decoration:none;
}