

nav:not(.mm-menu)
{
	display: none;
}

.header,
.footer
{
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;

}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header .amenu
{
	background: center center no-repeat transparent;
	background-image: url(/m/images/btn_menu_all.png);
	background-repeat:no-repeat;
	
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 10px;
}
.content
{
	padding: 150px 50px 50px 50px;
}