body {
    background-color: #eeeeee;
}

#wrapper {
    /* constrain contain absolute positioned elements to the wrapper */
    position: relative;
    
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    
    border: thin solid black;
    background-color:  #cccccc;
}

#resize_text_control {
    position: absolute;
    top: 0;
    right: 0;
}

#resize_text_sizes li, #font_control li {
    display: inline;
    list-style-type: none;
    margin-right: 10px;
    line-height: 250%; 
    border: thin solid black;
    padding: 3px;
}

#font_control {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
} 

#content {
    background-color: #ffffff;
    padding-bottom: 5em;
    padding-left: 5px;
    margin-top: 0;
}

#dice li {
    display: inline;
    list-style-type: none;

    border: 2px solid black;
    
    font-size: 3em;

    padding-left: 15px;
    padding-right: 15px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    font-size: x-small;
    background-color: #cccccc;
}

#footer-info {
    position: absolute;
    right: 0;
    top: 0;
}
