﻿

body {
    background-color: rgb(236,216,179);
}
.style1 {
    text-align: center;
    font-size: xx-large;
}
.style2 {
    font-size: 2px;
}
.style3 {
    font-size: xx-large;
}

.style4 {
    text-align: center;
}

.style5 {
    width: 49px;
    height: 52px;
}

.style6 {
    height: 56px;
}

.style7 {
    width: 98px;
    height: 52px;
}

.style8 {
    text-align: left;
    font-size: large;
}
.style9 {
    text-align: center;
    font-size: 15px;
}
.style10 {
    text-align: left;
    font-size: 20px;
}

     #container {
        position: relative;
        height: 100%;
     }
     #footer {
        position: absolute;
        bottom: 0;
     }
