body
{
    text-align: center;
	background-color: #000000;
	padding:0px;
	margin:0px;
	width: 100%;
	height: 100%;
}

a img
{
	border: none;
}

.main
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

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

#warnings
{
	padding: 100px 0px 0px 0px;
	text-align: center;
}