body
	{
	text-align:center;
	vertical-align:middle;
	horizontal-align:middle;
	background:#000;
	font-family: Helvetica, sans-serif;
	display: block;		    
	}

.play
	{
	position:absolute;
	text-align: center;
	bottom50px;
	left:90px;
	width: 100px;
	height: 28px;
	margin: 3px auto;
	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;
	line-height: 28px;	 
	font-size: 12px;
	font-weight: bold;
	}

.title
	{
	width: 145px;
	left:0px;
	top:5px;
	font-size: 14px;
	position:absolute;
	text-align: left;
	}

.highscore
	{
	width: 250px;
	right:0px;
	top:5px;
	font-size: 14px;
	position:absolute;
	text-align: right;
	}

.board
	{
	position:absolute;
	width: 290px;
	height: 280px;
	left:0px;
	top:28px;
	border: thick solid green;
	}

.timerbar
	{
	position:absolute;
	background-image: url("../images/timerbar.png");
	width: 18px;
	height: 292px;
	right:0px;
	top:25px;
	border: thin solid black;
	}

#button-bar 
	{
	position: absolute;
	background:#000;
	text-align: center;
	width: 300px;
	height: 40px;
	bottom: 0px;
	}

.newgame
	{
	text-align: center;
	left:1px;
	width: 70px;
	top:0px;
	font-size: 12px;
	margin: 3px auto;
	line-height: 28px;	 
	}
	
.level
	{
	right:-18px;
	width:70px;
	top:3px;
	font-size: 14px;
	}

.status
	{
	right:-18px;
	width: 70px;
	font-size: 14px;
	bottom:3px;
	}

.outline
	{
	position:absolute;
	top:2px;
	height:27px;
	width:96px;
	right:-18px;
	}
	
.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;
	}

.main
	{
	width: 290px;
	height: 280px;
	left: 0px;
	font-size: 18px;
	}
	
.nextlevel
	{
	visibility: hidden;
	position:absolute;
	bottom:10px;
	height: 28px;
	left:100px;
	margin: 3px auto;
	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;
	line-height: 28px;	 
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	}
	
.text
	{
	color: #fff;
	position:absolute;
	}
	
#container 
	{
	position:absolute;
	top:0px;
	left:0px;
	width:320px;
	height:360px;
	color: #000;
	margin:auto;
	}

.format 
	{
	margin-top: 8px;
	}
.buybottomleft
	{
	position:absolute;
	top:195px;
	left:10px;
	width: 120px;
	font-size: 14px;
	line-height: 35px;	 
	}

.buybottomright
	{
	position:absolute;
	top:195px;
	right:10px;
	width: 120px;
	font-size: 14px;
	line-height: 35px;	 
	}

.playtop
	{
	position:absolute;
	top:20px;
	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:10px;
	left:40px;
	width:60px;
	height:60px;
	}
	
.content1
	{
	top:80px;
	}
.content4
	{
	top:145px;
	}
