@charset "utf-8";

#header {
	display: none;
}

body {
    margin-top: 0px;
}


@media (min-width: 720px) {
    
	body {
	    margin-top: 0px;
	}


}