html {
    height: 100%;
    overflow: auto;
}

body{
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #ffffff;
	font-family:Arial, verdana, Helvetica, sans-serif;
}

div.container {
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

#flash_movie{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.noflash_msg{
	background: transparent url(../images/header.jpg) top left no-repeat;
	padding: 235px 0 0 0;
	margin: 0 auto;
	width: 400px;
	font-size:12px;
	color:#777777;
}
