body {
  background-color:#000;

  color: #fff;
  font-family: 'Droid Serif', arial, serif;
  font-size: 100%;
  margin: 40px 40px;
}
div#main {
  height: 600px;
  width: 1000px;
  margin: 0 auto;
  background-image: url('background.jpg');
  background-repeat:no-repeat;
}
div#links {
  padding-left: 30px;
}
a {
  color: #fff;
}
a:link {
  text-decoration:none;
}
h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 2.5em;
}
h2 {
  font-weight: bold;
  font-size: 1.75em;
}
#links h2{
  display: inline;
}
#links img {
  margin-right: 5px;
  position: relative;
  top: 15px;
  width: 50px;
  height: 50px;
  border: 0px;
}
