﻿body {
    /*min-width: 320px;*/
    height: 100%;
}

#content-box {
    border: 5px solid transparent;
    background: rgba(255, 255, 255, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #999999;
    max-width: 500px;
    margin: auto;
}

#main {
    background-color: White;
    border: 5px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;

}

.outer-padding {
    min-height: 100%;
    padding: 0px 5%;
}

#footer {
    height: 59px;
    margin-bottom:-50px;
}

#full-wrapper {
    padding-bottom:59px; 
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
}
