#samegame {
	background: url("../images/bg_samegame.png") center center no-repeat;
	width:100%;
	height:932px;
	margin:0;
}

div#panel{
	width: 945px;
	width: 940px\9;/* IE8 and below */
	height: 600px;
	position: relative;
	margin: 0 auto;
	background:no-repeat;
}

.tile{
	width: 45px;
	height: 45px;
	position: absolute;
}

.redTile{
	background: url("../images/b0.gif") center center no-repeat;
}

.blueTile{
	background: url("../images/b1.gif") center center no-repeat;
}

.greenTile{
	background: url("../images/b2.gif") center center no-repeat;
}

span#score{
	color: #FFFFFF;
	font-size: 20px;
	position: absolute;
	top: 560px;
	left: 10px;
	text-align: left;
}


div#gameover{
	width: 945px;
	height:601px;
	background: url("../images/bg_gameover.png") 0 0 repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	display: none;
	z-index:9998;
	padding:0;
}

div#gameover img {
	position:relative;
	/*top:170px;*/
}

div#gameover img.gov{
	padding-top:230px;
}


div#gameover a {
	width:452px;
	height:47px;
}

.normaltop {
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	top: 560px;
	left: 780px;
	text-align: left;
}
 
div#gameover img.comp{
	margin:0;
	padding:0;
	z-index:9999;
}