﻿html,body 
{
	overflow-y: hidden;
}

body 
{
	background-color:#fff;
	color: #000;
	text-align: center;
	margin: 0px;
	font-family:Verdana, Sans-Serif;
}

p 
{
	margin: 0px;
}


#header 
{
	margin: 5px;
}

h1 
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#fids 
{
	position:absolute;
	top:0px;
	left:0px;
	width: 730px;
	height: 450px;
}

iframe 
{
	width: 100%;
	height: 410px;
	border: 0px;
	background-color: #fff;
}

#footer 
{
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: left;
}

#footer table 
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

#fvLogo 
{
	width: 150px;
}

