/* CSS Document */

html, body{
  margin: 0px;
  padding: 0px;
  text-align: left;
}
body{
  margin-top: 10px;
  margin-left: 10px;
  font-family: arial;
  background-image: url(Graphed.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#content{
  margin-left: 200px;
  width: 500px;
  background-image: url(Polygraph2.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
h1{
  margin: 0px;
  margin-left: 90px;
  font-size: 1.8em;
}
h2{
  color: #da1010;
  font-style: italic;
  font-size: 1em;
}
#header{
  height: 80px;
  width: 700px;
  background-image: url(Polygraph.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li{
  margin-top: 10px;
}
a img{
  border: 0px;
}
#footer{
  width: 200px;
  text-align: center;
  position: relative;
  top: -230px;
}
