/*********************************************************************************

Style and layout for Strong Man Prize Picker (Trader Auction Games)
Original version by Chris McIntosh, May 2008

Styles are in roughly the same order in which they appear in the HTML

*********************************************************************************/

#gameLayoutTable{
	width:562px;
	/*height:716px;*/
	background-color:#6D471E;
	font-family: Arial, Helvetica, sans-serif;
}

.sceneDisplay {
	background-color: #287C08;
	background-image: url(pix/displayBG.jpg);

}

#displayArea1 {
	display:none;
}

#displayArea2 {
	width: 512px;
	height: 261px;
	display:none;

}


#displayArea3 {
	background-image: url(pix/resultsBG.jpg);
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 209px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:center;
	display:block;

}
