@charset "utf-8";
/* CSS Document */

body, 
html
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #1C1B10; /*#05030E*/
	overflow: hidden;
}

#flashContent
{
	width: 100%;
	height: 100%;
}

#altContent
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	text-align: center;
}