html {
	height:100%;	
}
body {
	min-height:100%;
	height:100%;	
}
#page {
	margin:auto;
	height:auto !important;
	min-height:100%;
	height:100%;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
.hidden {
	display:none;
}
.holder {
	position:relative;
}
.layer {
	position:absolute;
	z-index:1;
}
.fixer{
	clear:both;
	font-size:0;
}
.hs {
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
	background:url('../images/hs.gif') repeat-x 0 0;
	margin:10px 0;
}
