html {
	height: 100%;
	min-height:581px;
	overflow:auto;
	overflow-x:hidden;
}
#filme {
	height: 100%;
}

body {
	height: 100%;
	min-height:581px;
	margin: 0;
	padding: 0;
	background-image: url(../img/fundo20.gif);
}

body, th, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error_message {
	color:#993300;
	font-weight:bold;
	clear: both;
}