html, body
{
	padding: 0;
	margin: 0;
}
nav:not(.mm-menu)
{
	display: none;
}

.header,
.header.fixed
{
	position:absolute;
	top: 0;
	left: 0;
}

.header a
{
	background: center center no-repeat transparent;
	background-image: url(menu.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
