﻿body {
	margin:0px;
	padding:0px;
}

#main {
	z-index:10;
	margin:0px auto;
	width:100%;
	height:100%;
	min-height:600px;
	min-width:960px;
}
* html div#main { 
	width : expression( document.body.clientWidth > 960? "100%" : "960px"); /* sets min-width for IE */
	height: expression( document.body.clientHeight > 600 ? "100%" : "600px"); /* sets min-height for IE */
}
#main #warn {
	z-index:100;
	position:absolute;
	width:100%;
	text-align:center;
	padding:4px 0px;
	border-bottom:1px solid #841;
	margin-bottom:20px;
	color:#333;
	background-color:#fa3;
	font-family:Tahoma, sans-serif;
	font-size:11px;
}
.home_top_links_hax {
	font:13px trebuchet ms, sans-serif;
	background:none;
	position:absolute;
	text-align:right;
	top:0px;
	left:50%;
	width:430px;
}
.home_top_links_hax a {
	text-decoration:none;
}
.home_top_links_hax a:hover {
	text-decoration:underline;
}
#footer {
	background:none;
	position:absolute;
	top:620px;
	color:#888;
	font:10px verdana, sans-serif;
	text-align:center;
	z-index:1;
	width:100%;
}
#footer #contents {
	background:none;
	margin:auto;
	width:900px;
	position:relative;
}
#footer a {
	color:#888;
}