﻿html, body {
    /*don't want gap between title/footer and edge of browser window*/
    margin: 0px;
    padding: 0px;
}

body {
    color: #353535;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 3.0px;
    background-color: #eeaaa9;
}

#pageHeader {
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    color: white;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    min-width: 50%;
    height: 200px;
}
#footerURL:link {
    color: black;
}
#footerURL:visited {
    color: black;
}
table {
    text-align: center;
    border: 3px solid white;
}

th{
    width: 100%;
    border: 3px solid white;
}

td {
    border: 3px solid white;
}

.stopFloat {
    clear: both;
}

#content {
    margin: 0px 15px;
    padding: 30px;
    padding-top: 100px;
    padding-bottom: 40px;
    color: #353535;
    background-color: #EEAAA9;
    border-radius: 5px;
}
.centerDiv {
    width: 60%;
    height: 200px;
    margin: 0 auto;
    background-color: #EEAAA9;
}

#footer {
    position: fixed;
    color: black;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: black;
    text-align: center;
}