HTML {
	min-height:100%;
}
BODY{
	min-height:100%;
	
	height:100%;
	position:relative;	
	padding:0;
	margin:0;
	background: #fff;
	overflow-x: hidden;
	font-family: verdana sans-serif;	
}
.header{
	background:#000;
	height:98px;
	border-bottom: 1px solid #525354;
    font-family:Verdana;
}
.header img{
	margin:0px 0px;	
}
.center{
 /*padding-bottom:150px;*/
}
.footer_splash{
/*	position:absolute;
	top:expression(document.body.offsetHeight-30);*/
    
	background:url(../images/splash/footer_border.png) repeat-x top;
	padding:10px 25px;
	font-size:10pt;	
	color:#848484;
	padding-bottom : 30px;
	width : 100%;
	line-height : 150%;
}

.footer_left{
	float:left;
	
}
.footer_right{
	float:right;
}
.clear{
	clear: both;
}
.hokey_text{
	position:absolute;
	color:#5f696a;
	font-size:10px;
	font-weight:bold;
	top:685px;
	left:530px;
}
.skate_text{
	color:#5f696a;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	top:685px;
	left:900px;
}
.skate_text a{
	color:#5f696a;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}
.hokey_text a{
	color:#5f696a;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
}

.mnu {
	width : 100%;
}