html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
html>body #wrapper {
	height: auto;
}
body {
	background: #0b1e62 url("../img/frontpage/body.jpg") repeat-x bottom center;
	margin: 0;
	padding: 0;
	min-width:  748px;
	text-align: center;
}
#wrapper {
	background-color: #25487b;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 748px;
	min-height: 100%;
	height: auto;
}
* html #wrapper {
	height: 100%;
}
#header {
	position: relative;
	background: #fff url("../img/frontpage/top.jpg") no-repeat 0px 0px;
	width: 748px;
	height: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}

#pagebody {
	width: 748px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}
#content {
	background: url("../img/frontpage/content.jpg") no-repeat 0px 0px;
	position: relative;
	height: 326px;
	width: 748px;
}
.clear {
	clear: both;
	height: 10px;}
	
	
body {
	font: normal 13px Arial, sans-serif;
	line-height: 17px;
	color: #000;
}
body table, table p {
	font-size: 100%;}
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #f79109;
	text-decoration: none;
}
	
	
#counter, .counter {
	position: absolute;	width: 0;height: 0;z-index: -1;top: 0;left: 0;visibility: hidden;}
