=

#screen{
	background: url(http://www.placeforlife.org/images/interface/gfx_screen.png) repeat;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1002;
}

#overlayPlayer{
	width:480px;
	height:360px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:1004;
	visibility:hidden;
}


#loadingOverlay{
background-color:#000;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	z-index:1003;
	width:100%;
	text-align:center;
}
#loadingOverlay img{
	margin:auto;
}

#overlayClose{
	background-image:url(http://www.placeforlife.org/images/interface/sprite_close_btn.png);
	text-indent:-9000px;
	position:absolute;
	top:-20px;
	right:-30px;
	width:71px;
	height:23px;
	background-position:top left;
	text-indent:-9000px;
	background-repeat:no-repeat;
	display:block;
}

#overlayClose:hover{
	background-position:bottom left;
	text-indent:-9000px;
}

#screen{
    background: url(http://www.placeforlife.org/images/interface/gfx_screen.png) repeat;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1002;
}
