
#header, #menu-container
{
	display: none;
}

#mobile-header
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 4em;
}

#mobile-header img
{
	height: 100%;
}

.inner-wrap
{
	width: auto;
}

#content-container
{
	margin: 0;
	margin-top: 3em;
	padding: 1em;
}