html {
	height:100%;	
}

body {
	min-height:100%;
	height:100%;	
}

.page {
	margin:auto;
	height:auto !important;
	min-height:100%;
	height:100%;
}

.page .footer-padding {	
	clear:both;	
	font-size:0;
}

.footer {
	margin:auto;	
	clear:both;
}

.hidden {
	display:none;
}

.holder {
	position:relative;
}

.layer {
	position:absolute;
	z-index:1;
}

.clear {
	clear:both;
	font-size:0;
}

.cache {
	position:absolute;
	z-index:-1;
}
	.cache img {
		width:0;
		height:0;
	}
	
:focus {
	outline:none;
}	

