.mm-menu
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: auto;
	padding-right:0px;
	position:absolute;
	z-index:99;
	padding-top:10px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	/*background: center center no-repeat transparent;
	background-image:url("../images/menu.png");*/
	display: block;
	width: 40px;
	height: 61px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:99;
}
.content
{
	padding: 150px 50px 50px 50px;
}