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

#MAIN {
    float: none;
    height: 382px;
    clear: none;
    width: 490px;
    max-width: none;
    min-width: 0px;
    min-height: 0px;
    position: static;
    top: 0px;
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-left: auto;
    max-height: none;
    margin-right: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: visible;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px 2px;
    background-color: rgb(0, 0, 0);
}

body {
    background-image:url("img/back_noisy_net.png");
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

#FOOTER {
    float: none;
    height: 30px;
    margin-left: auto;
    margin-top: 5px;
    clear: none;
    width: 490px;
    margin-right: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media only screen and (min-width: 735px), only screen and (min-width: 735px), only screen and (min-width: 735px) {
   #MAIN {
        width: 735px;
        height: 573px;
   }

   #FOOTER {
        width: 735px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
   }
}

@media only screen and (min-width: 980px), only screen and (min-width: 980px), only screen and (min-width: 980px) {
   .primaryContainer {
        width: 100%;
   }

   #MAIN {
        float: none;
        height: 765px;
        margin-left: auto;
        margin-top: 15px;
        clear: none;
        width: 980px;
        margin-right: auto;
   }

   #FOOTER {
        float: none;
        height: 30px;
        margin-left: auto;
        clear: none;
        width: 980px;
        margin-right: auto;
   }
}

