@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	margin:0px auto;
	padding:0;
}
#ruler {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -360px;
	float: left;
}
#inner {
	width: 920px;
	height: 720px;
	clear: both;
	position: relative;
	top: -360px;
	/* IE4ever Hack: Hide from IE4 **/
position: static;/** end hack */

}
.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#6B6056;
	padding-top:2px;
}
.footer a:link {
	color:#6B6056;
	text-decoration:none;
}
.footer a:visited {
	color:#6B6056;
	text-decoration:none
}
.footer a:hover {
	color:#3E3631;
	text-decoration:underline;
}
/* Hide from IE5mac \*//*/
#ruler{
display: none;
}

html, body {
height: auto;
}
/* end hack */

/* ]]> */
