html {
     overflow: -moz-scrollbars-vertical;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-size: 1.009em;
}
body {
	font-size:				10px;
	height:					100%;
	width:					100%;
}
img {
	border: 0px none #FFFFFF;
}
img#logo {
	z-index:100;
	position: absolute;
	top: 16.5em;
	left: 1.1em;
}
.clear {
	clear:				both;
}
div.frame {
	width: 100em;
	overflow: hidden;
	border: 1px solid #999999;
	background-image:		url(/.images/background.jpg);
	background-repeat:		repeat-x;
	background-position:	-109px 284px;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: relative;
}
* html div.frame {
	height: auto;
}
