html
{
	height: 100%;
}
 
body {
	margin: 0px;
	background-image: url(../images/bigbackground.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000000;
}
 
div#wrapper
{
	/*text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;*/
}
div#flash
{
	position: absolute;
	/*left: 50%;*/
	width: 100%; /* Overall width of div */
	height: 100%; /* Overall height of div */
	/*top: -400px; /* half of the overall height */
	/*margin-left: -520px; /* half of the overall width */
	visibility: visible;
	min-height: 768px;
}
