html,body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    
    font-family:helvetica,arial,sans-serif;
    font-size:small;
}

div#container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:100%;
    background:#fff;
    
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
}

div#header {
    text-align: center;
    background:#c12518;;
    height: 50px;
}

div#header img {
    margin-top: 10px;
}

div#content {
    padding:1em 1em 5em; /* bottom padding for footer */
    text-align: center;
}

div#footer {
    position:absolute;
    width:100%;
    bottom:0; /* stick to bottom */
    background:#c12518;
    height: 50px;
}

div#splashImages {
    margin-top: 25px;
}

div#splashImages img {
    border: 0px;
}

div#supporters {
  margin-top: 25px;
}

div#photowallLink {
  margin-top: 10px;
}

div#photowallLink a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

div#photowallLink a:hover {
  font-weight: bold;
  color: #c12518;
}

div#supporters a img {
  border: 0;
}

