body {
    color: black;
    font-family: sans-serif;
    background-color: white;
    height: 768px;
    min-height: 600px;
    min-width: 860px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: scroll;
    overflow-y: scroll;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: right;
}

#header {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 11px;
}

#contact {
    color: #9f4322;
    line-height: 18px;
}

#contact img {
    margin-left: 7px;
    vertical-align: text-top;
}

#main {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: hidden;
    border-radius: 8px;
}

#main img {
    animation-duration: 40s;
    animation-name: slider;
    animation-iteration-count: infinite;
}

@keyframes slider {
    from {
        margin-left: 0%;
    }

    50% {
        margin-left: -50%;
    }

    to {
        margin-left: 0%;
    }
}


#footer {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

hr {
    clear: both;
    border: 0px;
    border-top: 1px solid #ececec;
    height: 0px;
}



a:link {color: #9f4322; text-decoration: none}
a:visited {color: #9f4322; text-decoration: none}
a:active {color: #9f4322; text-decoration: none}
a:hover {color: #9f4322; text-decoration: none}

#coming-soon {
    color: #656565;
    line-height: 36px;
    font-size: 13px;
}

#coming-soon a:link {color: #656565; text-decoration: none}
#coming-soon a:visited {color: #656565; text-decoration: none}
#coming-soon a:active {color: #656565; text-decoration: none}
#coming-soon a:hover {color: #656565; text-decoration: none}
