html, body
{
	/*background-image: url(../img/menge_backdrop_01.gif);*/
	background-color: #ffffff;
	margin: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#flmovie { width: 740px; }

table {
        width: 100%;
        height: 100%;
        border: 1;
}

td {
        vertical-align: middle;
        text-align: center;
}
.hideme
{
	position: absolute;
	display: none;
	left: 1px;
	top: 1px;
	width: 1px;
	height: 1px;
	
}