/* Footer HACK START */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;	
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
/*	voice-family: "\"}\"";
	voice-family: inherit;*/
	height: auto;	
}

html>body #container {
	height: auto;
}


#footer {
	left: 0;
	bottom: 0;
	position: absolute;
}


/* Footer HACK END */
