.tatepaint .show_painting_frame {
	border: 16px solid #bfe9ff;
	background-color: #fff6b3;
	padding: 16px;
	text-align: center;
}
.show_painting_caption {
	font-size: 1.5em;
	font-weight: bold;
}

.tatepaint #paintingWrapper{
	/*position:relative;
	left:20px;*/
	margin:0;
	padding:0;
	height:429px;
}

.tatepaint #frame{
	margin:0 0 0 20px;
	padding:0;
	background:url(../images/main.png) no-repeat;
	width:600px;
	height:429px;
	/*position:absolute;
	z-index:1;*/
}

.tatepaint #painting{
	margin:0 0 0 45px;
	padding:106px 0 0 0 ;
	/*position:absolute;
	top:90px;
	left:45px;*/
	overflow:hidden;
	width:508px;
	height:289px;
}

.tatepaint #gamesGameArea.paint_game{
height:500px;}

.tatepaint #bottomLeft{
	margin:0 0 0 20px;
	padding:0;
	background:url(../images/bottomLeft.jpg) no-repeat;
	width:208px;
	height:71px;
	float:left;
}

.tatepaint #visitSite{
	margin:0;
	padding:0;
	background:url(../images/bottomMid.jpg) no-repeat;
	width:164px;
	height:71px;
	float:left;
}

.tatepaint #bottomRight{
	margin:0;
	padding:0;
	background:url(../images/bottomRight.jpg) no-repeat;
	width:228px;
	height:71px;
	float:left;
}

