.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	background-color: transparent;
	background-image: url("/java/jQuery.mmenu-master/mobile-menu-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	padding-top: 0;
	top: 1%;
	width: 50px;
	right: 1%;
	z-index: 999;
	position: fixed;
}
.content
{
	padding: 150px 50px 50px 50px;
}
