#head {
	height: 0;
	display: none;
	}

#mainContent {
	top: 0;
	}

@media screen and (max-width:600px) {
	#head {
		height: 44px;
		display: block;
		}
		
	#mainContent {
		top: 44px;
		}

}