body, html {
height:100%;
background: #000000;

}
a img {
	border:0px;
}

#outer {
	height:100%; 
	width:100%;
	overflow:visible; 
	position:relative; 
	}
	
#outer[id] {
	display:table; 
	position:static;
	}

#middle { /* for explorer */
	position:absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center;
	} 
	
#middle[id] {
	display:table-cell; 
	vertical-align:middle; 
	position:static;
	}

#inner { /* for explorer */
	position:relative; 
	top: -50%; 
	text-align: left;
	} 
	
#inner {
	width:706px; 
	margin-left:auto; 
	margin-right:auto;
	} 

a#download { 
	background:url(download.jpg); 
	width:366px;
	height:88px;
	display:block; 
	text-decoration: none;
	}

a#download:hover {
	background-image:url(download_over.jpg); 
	}

a#instantplay { 
	background:url(instantplay.jpg); 
	width:366px;
	height:83px;
	display:block; 
	text-decoration: none;
	}

a#instantplay:hover {
	background:url(instantplay_over.jpg); 
	}
#jackpot {
	position: relative;
	display:inline;
	text-align:left;
	top:14px;
	left:240px;
	height:706px; 
	width:81px; 
	background: transparent;
}
.jackpotcontainer {
	width:706px;
	height: 81px;
	background: url(jackpot.jpg) transparent;
	}
