/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:hidden;
}
body {
	height:100%;
	background-color:#141414;
	color:#ffffff;
}
#site {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1;
}
#site #flash-version {
	width:100%;
	height:100%;
	background-color:#141414;
}