/* CSS Document */
body {
	background:#f5db00; /* ffd84d; */
	margin:0px;
	padding:0px;
	
}



/* Game and footer go in wrapper */
#wrapper {
position:relative;
/*background image includes release dates and black background */
background:url(images/wrapper_background.png) no-repeat top left;
height:668px;
width:858px;
/*Centers wrapper */
margin-left:auto;
margin-right:auto;
z-index:0;
}

#unityPlayer {
/* centers game in wrapper */
	margin-left:auto;
	margin-right:auto;
}

#footer {
	position:absolute;
	width:800px;
	height:64px;
	margin-left:29px;
	margin-right:auto;
	z-index:1;
}

div.addthis_toolbox addthis_default_style {
	position:relative;
	padding-right:200px;
}

#facebooklogindiv{
	display:none;
	visibility:hidden;
}


#facebookloginbutton{
	display:block;
	width:188px;
	height:90px;
	float:left;
	margin-right:10px;
	
	background-image:url(images/button_facebook_full_orig.png); 
	background-repeat:no-repeat;

}


#facebookloginbutton:hover{
	background-position: 0 -91px; 
}





#facebookloginbutton_mid{
	display:block;
	width:124px;
	height:60px;
	float:left;
	margin-right:10px;
	overflow:hidden;

	
	background-image:url(images/button_facebook_full_mid.png); 
	background-repeat:no-repeat;

}


#facebookloginbutton_mid:hover{
    background-position: 0 -61px; 
}



#facebookloginbutton_small{
	display:block;
	width:94px;
	height:45px;
	float:left;
	
	background-image:url(images/button_facebook_full_small.png); 
	background-repeat:no-repeat;

}


#facebookloginbutton_small:hover{
    background-position: 0 -47px; 
}