﻿html,body 
{
	overflow-y: hidden;
	padding: 0px;
}

body 
{
	background-color:#fff;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-family: arial,helvetica;
	
}

p 
{
	margin: 0px;
}

#redmondLogo 
{
	vertical-align: middle;
	/*
	margin-bottom: 15px;
	margin-right: 15px;
	*/
	position:absolute;
	bottom:0px;
	right:10px;
	z-index:1;
}

h1 
{
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

#fids 
{
	width: 100%;
	height: 600px;
}

iframe 
{
	width: 100%;
	height: 600px;
	background-color: #fff;
}

#footer 
{
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: right;
	background-color: #fff;
}

#footer table 
{
	width: 100%;
}

#fvTimestamp 
{
	vertical-align: middle;
	text-align: left;
	font-size: 32px;
	color: #fff;
}

#fvLogo
{
	position: absolute;
	width: 140px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: -5px;
}

#fvDisclaimer 
{
}

