@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
border:0;
}
html{
width:100%;
height:100%;
}
body{
width:100%;
height:100%;
color:#bbb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#050607;
overflow:hidden;
}

#flash{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}

#facebook{
	width:500px;
	height:26px;
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	display:none;
}

#getflash{
height:250px;
padding:10% 0 0 10%;
margin:0 auto 0 0;
}
	#content{
	padding:10px 0 0 7px;
	}
	

