@import "https://fcit.usf.edu/shared/reset.css";

body {
  margin:0 50px;
  font: 75% "Trebuchet MS", Verdana, sans-serif;
  min-width: 690px;
  color: #000;
}
header h1 {
  font-size: 4em;
  text-align: center;
  margin: .5em 0 .2em;
}
header a {
  text-decoration: none;
  color: #000;
}
#bg-color {
  display: none;
}
#main {
  width:100%;	
  display:inline; /* So IE plays nice */
}
#options {
  display: none;
}
#main h2 {
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 10px;
}
#main figure {
  display: block;
  margin: 0 auto;
}
footer {
  display: block;
  text-align: justify;
  margin: 50px 0 0;
  padding: .5em 0 50px;
}
