/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#box {
    float: left;
    height: 1030px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url("img/login01.png");
    background-position: 50% 0%;
    background-repeat: repeat-x;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    min-width: 1005px;
    display: block;
}

body {
    background-color: rgb(85, 85, 85);
}

