html, body
{
	padding: 0;
	margin: 0;
}
body
{
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}



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

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #fff;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width:100%;
	padding:0px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header #menu
{
	background: center center no-repeat transparent;
	background-image: url(../images/menu.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.content
{
	padding: 0px 2px 50px 2px;
}