.header
{
	background: #777;
	
}

.header a
{
	background: center center no-repeat transparent;
	background-image: url(../images/iconmonstr-menu-1-48.png);
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px; z-index:1000000;
}
.content
{
	padding: 0px ;
}

@media screen and (min-width:1024px) {
.header a{display:none;}

}