html {
	overflow: -moz-scrollbars-vertical;
	margin: 0; padding: 0;
	width: 100%;
	height: 100%; /* needed for container min-height */
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%; /* needed for container min-height */
	background: #000000;
	font-family: arial, sans-serif;
	font-size: 11px;
	background: #000000;
	color: #414141;
	text-align: center;
}

div#preloader {
	display: none;
	width: 0px; height: 0px;
	position: absolute; left: -4000px; top: 0px;
}

table#body {
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	height: 100%;
}
table#body td {
	vertical-align: top;
	height: 100%;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width: 849px;
	min-height: 100%;
	text-align: left;
}
* html div#container{
	height: 100%;
}


div#content-container {
	position: relative;
	display: table-cell;
	width: 849px;
	vertical-align: top;
	padding: 0px 0px 225px 0px; /* bottom padding for footer */
	background: #000000 url(../images/home/background-bottom.jpg) top left no-repeat;
	height: 300px;
}


div#content-container h1 {
	font-family: tahoma, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	margin: 0px 0px 2px 0px; padding: 0px;
	text-transform: uppercase;
}

div#content-container div.downloads {
	position: relative;
	left: 117px; top: 0px;
	float: left;
		
	width: 260px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #b68b1e;
}
div#content-container div.downloads td {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #b68b1e;
	padding-bottom: 10px;
}
div#content-container div.downloads a {
	color: #b68b1e;
	text-decoration: none;
}
div#content-container div.downloads a:hover {
	color: #ffffff;
}
div#content-container div.downloads h1 {
	margin: 0px 0px 2px 11px;
}

div#content-container div.summary {
	position: absolute;
	right: 100px; top: 0px;
	float: right;
	width: 300px;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #b68b1e;
}
/* IE and firefox are treating this differently for some reason */
html>body div#content-container div.summary {
	position: relative;
}

div#content-container a.qta-quicklink {
	font-family: tahoma, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #e4bf59;
	text-transform: uppercase;
	margin: 20px 0px 0px 22px; padding: 0px;
	display: block;
	text-decoration: none;
}
div#content-container a.qta-quicklink:hover {
	text-decoration: underline;
}
div#content-container a.qta-quicklink span {
	color: #ffffff;
}








div#footer-container {
	position: absolute;
	bottom: 0; /* stick to bottom */

	width: 100%;
	padding: 20px 0px 20px 0px;
	color: #ebebeb;
	text-align: center;
	font-size: 10px;
	font-family: tahoma, sans-serif;
}
div#footer-container div.statement {
	color: #b68b1e;
}

div#footer-container div.links {
	padding: 4px 0px 4px 0px;
}

div#footer-container div.links a {
	font-family: tahoma;
	font-size: 10px;
	color: #ebebeb;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
div#footer-container div.links a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #b68b1e;
	text-decoration: underline;
}
div#footer-container b.symbol {
	color: #fbaa33;
}


