body
{
  background-color:ghostwhite;
  color:DarkSlateGrey;
}

a,
em
{
  color:firebrick;
}

img
{
  position:relative;
  top:15px;
}

#main
{
  font-family:"Open Sans Condensed",Verdana,sans-serif;
  font-size:large;
  text-align:center;
}

#footer
{
  background-image:url(SystemServeTiny.png);
  bottom:0;
  height:26px;
  position:fixed;
  right:1em;
  width:125px;
}

@media screen and (max-width: 450px)
{
  img
  {
    width:275px;
    height:36px;
  }
}