/* стили, необходимые для прижимания футера к низу страницы*/
/*#all {position: relative; height: 100%;}*/

html>body #all {height: auto; min-height: 100%;}

#empty, #footer {height: 64px;}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
