body {
    background-image: url(../images/gar_01.png);
    background-repeat: repeat-x;
    background-position: 0 top;
    padding-top: 60px;
}

@media screen and (max-width: 768px) {

	body {
        padding-top: 50px;
    }

}