﻿html, body,  #footer_wrapper{
	height:100%;
	width: 100%;
	min-height:100%;
}
html>body, html>body #footer_wrapper {
	height: auto;
}
.body{
	padding: 0px;
}
.mainHeader {
	float: left;
	width: 150px;
	display: inline;
}
.mainHeader a {
	line-height: 150%;
	margin-left: 20px;
	margin-bottom: 30px;
}
.mainHeader img {
	margin-left: -20px;
}

.blueBackground {
	background-color: #99CCFF;
	width: 80%;
}
.navigationMainPage a {
	margin-left: 40px;
	width: 250px;
}

#footer {
	position: absolute;
	bottom: 0;
	height:40px;
	width:100%;
	border-top:medium gray solid;
	border-bottom:medium gray solid;
}
#footer_wrapper{
	position: absolute;
	top: 0;
	left: 0;
}
.footer_table {
	width: 100%;
	background-color: #224466;
}
#footer table {
	width: 100%;
	background-color: #224466;
}