﻿BODY
{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	margin-left: 0px;
	margin-top: 0;
}

TD
{
	font-family:verdana;
	font-size:8pt;
	color:#666666;
}

#container
{
	width:900px;
	border:1px lime dashed;
	height:100%;
	margin:0 auto;

}
#message
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 127px;
	background-color: blue;
	z-index: 9999;
	color:white;
}

#footer
{
	position:absolute;
	bottom: 10px;
	right:30px;
}
