#page,#menu{
	font-family: Arial, Helvetica, Verdana;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

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

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #fff;
	color: #000;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 80px;
/* 	padding: 0 50px; */
}
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header{
	max-width: 940px;
}
/*
.header img{
	display: block;
	text-align: left;
	margin: 0;
}
*/

.header a
{
	background: center center no-repeat transparent;
	background-image: url( ../../images/menu.png);
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	margin: 20px 0 0 0;
}
.content
{
	padding: 150px 50px 50px 50px;
}