/* CSS Document */

html,body {
	height: 100%;
}

body {
	background-color:#E5EEF4;
	margin:0;
	padding:0;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#maincontainer {
	background-image:url(../images/header_bg_start.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#main_content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	/*height:100%;*/
	overflow: auto;
	background-color:#E5EEF4;
}

* html #footer_main { /*\*/position: absolute; bottom: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); /**/ }

#footer_main {
	position:fixed;
	bottom:0px;
	background-color:#005B8F;
	width:100%;
	height:10px !important;
	line-height:10px !important;
}

#footer_content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:10px !important;
	line-height:10px !important;
	background-color:#005B8F;
	text-align:right;
}

#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header img {
	border-top:5px solid #005B8F;
	border-bottom:5px solid #005B8F;
}

.meta a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:8.5px;
	font-weight:normal;
	color:#E4F5FF;
	outline:none;
	margin-right:10px;
}
