@charset "utf-8";
/* CSS Document */


/* ----- HTML, BODY ----- */

body {
	margin:0;
	text-align:center;
	background:#000;
	height:auto;
}


/* ----- PAGE ----- */

#pagediv {
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	text-align:center;
	top:0;
	left:0;
}

	.facebook {
		display:inline-block;
		margin:auto;
		position:relative;
		right:370px;
		top:10px;
		width:100px;
	}
	
	.flash {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

