html,body {
	background: transparent url(../img/body_bg.gif) scroll center;
	height: 100%;
}
div.main_header {
	padding-top: 15px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 125px;
	background-image: url(../img/header_bg.gif);
}
div.main_body {
	left: 0;
	width: 100%;
	x-height: 95%;
}
div.main_footer {
	position: relative;
	bottom: 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
    color:#999;
}
.main_header {
	padding-top: 15px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 125px;
	background-image: url(../img/header_bg.gif);
}

a#deal_top {
	text-decoration: none;
	font: bold 0.8em/0.8em Arial sans-serif;
	color: blue;
}
a#deal_top:hover {
	color: #ff4500;
}
table#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	font-family: sans-serif;
	width: 100%;
}
ul#footer_bar {
	margin: 0px;
	padding: 5px 0;
	list-style: none;
	width: 100%;
}
ul#footer_bar li {
	margin: 5px;
	display: inline;
}
ul#footer_bar li a {
	text-decoration: none;
	font-size: 7pt;
	color: #00bfff;
}