html,body
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Georgia,Tahoma,Calibri,Verdana,Arial,Time New Romans;

}

div.content
{
	height:86%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

div.footer
{
	height:14%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	background-color:white;
	margin-bottom:0%;
}