
body
	{
	position: absolute;
	text-align:center;
	vertical-align:middle;
	horizontal-align:middle;
	}

.level
	{
	position:absolute;
	left:0px;
	top: 318px;
	width: 20px;
	}

.new
	{
	text-align: center;
	left:25px;
	width: 50px;
	top: 315px;
	line-height: 28px;	 
	}
	
.playbottom
	{
	position:absolute;
	top:240px;
	left:90px;
	width: 120px;
	font-size: 14px;
	line-height: 35px;	 
	}

.playtop
	{
	position:absolute;
	top:50px;
	left:135px;
	width: 130px;
	font-size: 14px;
	line-height: 35px;	 
	}
	
.buy
	{
	position:absolute;
	top:10px;
	left:135px;
	width: 130px;
	font-size: 14px;
	line-height: 35px;	 
	}
	
.content
	{
	position: absolute;
	left:0px;
	width:320px;
	background-color:black;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	}

.gameimg
	{
	top:12px;
	left:40px;
	width:75px;
	height:75px;
	}
	
.content1
	{
	top:95px;
	}
.content2
	{
	top:135px;
	}
.content3
	{
	top:175px;
	}
.content4
	{
	top:186px;
	}

.button
	{
	position:absolute;
	border-width: 0px 14px 0px 14px;
	color: #000;
	text-shadow: #fff 0px 1px 1px;	
	-webkit-border-image: url(../images/whiteButton.png) 0 14 0 14;
	display: block;		    
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-align:center;
	}

.status
	{
	position: absolute;
	width: 150px;
	left: 105px;
	top: 320px;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	//border:thin solid yellow;
	}
	
.arrow
	{
	position:absolute;
	z-index: -100; 
	height:15px; 
	width:15px;
	}

.ballimage
	{
	position:absolute;  
	z-index: -1; 
	height:30px; 
	width:30px;
	top:312px;
	}

.player
	{
	//visibility: hidden;
	position:absolute; 
	width:30px;
	height:30px;
	text-align: center;
	top:316px; 
	z-index: 200;
	}