html {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

body, #page {
	height: 100%;
}

* {
	margin: 0px auto;
	padding: 0;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	background-color: #5d8489;
}

div#wrapper {
	text-align: center;
	/* height: 600px; */
}

#page {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
/*
html>body #page {
	height: auto;
}
*/
div#header {
	background: #606060 url('/images/html/page_elements/bg_header.jpg') repeat-x;
	height: 111px;
	width: 100%;
}

div#logo {
	margin: 0 auto;
	background-image: url('/images/html/page_elements/logo.jpg');
	width: 268px;
	height: 108px;
}

div#footer {
	float: left;
	position: absolute;
	bottom: 0;
	background: url('/images/html/page_elements/bg_footer.png') repeat-x;
	width: 100%;
	/* height: 100px; */
	/* height: 67px; */
	text-align: center;
}

div#footer-wrapper {
	width: 892px;
	margin: auto;
	/* margin-top: 62px; */
}

div#content {
	/* width: 960px; */
	width: 100%;
	text-align: center;
}

div#block-holder {
	width: 972px;
	height: 217px;
	margin: auto;
	margin-top: 12%;
	text-align: center;
}

div#block-links {
	width: 972px;
	height: 450px;
	margin: auto;
	margin-top: 8%;
	text-align: center;
}

div#payoff {
	background: url('/images/html/page_elements/payoff.png') repeat-x;
	width: 587px;
	height: 82px;
	margin: auto;
	margin-top: 20px;
}

/*
html { height: 100%; }
body { height: 100%; }
div#page { height: 100%; }
div#wrapper { height: 100%; }
div#content { height: 100%; }
*/

.block-content {
	display: block;
	width: 100%;
	height: 410px;
}

.page-content-class {
	display: block;
	width: 100%;
	height: 480px;
}

.details-content {
	display: block;
	width: 100%;
	height: 541px;
}

.downloadlink {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-style: bold;
	text-decoration: none;
	color: #fff;
}

.links {
	height: 450px;
}