body {
  background:url('main_bg.jpg');
  text-align:center;
  font-family: GillSans, Calibri, Trebuchet, sans-serif;
  font-size:17px;
}
small {
  font-size:.8em;
}
div#container {
  border-top:10px solid #ed198b;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
  /* border-bottom:10px solid #ed198b; */
  margin:0px auto;
  width:850px;
  text-align:left;
  padding: 0;
  background:#252325;
  color:#eeeeee;  
  }
  div#container h4 {
    font-size:1.4em;
    font-weight:bold;
  }
  div#container h5 {
    font-size:1.1em;
    font-weight:bold;
  }
  div#container p {
    margin-top:1em;
    margin-bottom:1em;
    line-height:1.25em;
  }
  div#container a, div#container a:active, div#container a:visited {
    text-decoration:underline;
    color:#ffffff;
  }
  div#container a:hover {
    text-decoration:none;
    color:#eeeeee;
  }

div#header {
}

div#main {
  padding:15px;
  min-height:300px;
}

div#footer {
  height:133px;
  background:url('img/improvlogos.jpg') no-repeat center center #ed198b;
}

