@charset "UTF-8";

/* GENERAL STYLES */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #af0b00;
}

#flashcontent {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* facebook controls */

#facebook {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

