body { 
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Courier New", Courier, monospace;
	font-size:1.3em;
	font-weight:bold;
	color:#ae2f27;	
	background:url( '../img/MG_xmas_background_edge.jpg' ) repeat-x top left;
	margin:0;
	padding:0;
}

#page { 
	width:988px;
	margin:0 auto; 
	padding:0;
	background:url( '../img/MG_xmas_background.jpg' ) no-repeat top left;
	height:768px;
}

#winPane {
	position:absolute;
	width:408px;
	height:366px;
	top:-700px;
	margin-left:300px;
	z-index:10000;
}

#topPane {
	/*margin-bottom:200px;*/
}

#instructionsPane {
	float:left;
	display:inline;
	margin:40px 0 0 0;
	background:url( '../img/MG_xmas_bird_left.png' ) no-repeat top left;
	width:203px;
	height:240px;
}

#snowManPane {
	position:relative;
	float:left;
	display:inline;
	top:-100px;
	margin-left:560px;
	background:url( '../img/MG_xmas_snowman.png' ) no-repeat top left;
	width:214px;
	height:223px;
	z-index:90;
}

#statusArea { 
	position:relative;
	float:left;
	display:inline;
	top:60px;
	margin-left:220px;
	text-align:center;
	width:130px;
	height:40px;
	font-size:85%;
	z-index:100;
}

#matchPane { 
	float:left;
	display:inline;
	margin:62px 0 0 140px;
	width:300px;
	height:200px; 
}

#matchDrop { 
	width:300px;
	height:200px;
}

#messagePane {
	font-size:55%;
	font-weight:normal;
	padding:4px 0px 0 4px;
	background:url( '../img/bgfff-80.png' ) repeat top left;
	height:200px;
	margin-top:-200px;
	display:none;
}

#scorePane { 
	float:left;
	display:inline;
	margin:60px 0 0 150px;
	background:url( '../img/MG_xmas_bird_right.png' ) no-repeat top left;
	width:115px;
	height:170px;
}

#score {
	margin-top:82px;
	text-align:center;
}

#tries {
	margin-top:27px;
	text-align:center;
}

#selectPane {
	text-align:center;
}

.thumbnail { 
	width:60px;
	border:1px solid #ae2f27;
	margin:0 4px 8px 4px; 
}

.selectable { cursor:pointer; }
.jsLink { cursor:pointer;text-decoration:underline; }

.clearfix:after {content: '.'; height: 0; visibility: hidden; clear: both; display: block;}
.clearfix {height: 1%;}
.reset { clear:both; }
img, div, a, p { behavior: url( ../js/iepngfix.htc ); }

