﻿html body div#backg.auto-style1 div#text {
    margin: 96px 37%;
    position: absolute;
    width: 500px;
}
body {
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}
backg {
    background-image: url("hoka_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px;
    position: absolute;
}
#div1 {
    background-color: #FFFFFF;
    margin: 0 auto;
}
