html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #555;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 25px;
}
h4, h5, h6
{
	font-size: 22px;
}
p
{
	margin: 0 0 10px 0;
	font-size: 18px;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

nav:not(.mm-menu)
{
	display: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #777;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
	height: 40px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#nav
{
	float: right;
	left: -50%;
	position: relative;
}
#ul
{
	float:left;
	left: 50%;
	position: relative;
}
