html {
	height:100%;	
}

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

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

.page .empty {	
	clear:both;	
}

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

.hidden {
	display:none;
}

.holder {
	position:relative;
}

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

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