html {
  background-color:black;
  
  /* background-image:url(bg.jpg); */
} 

#page {
  width:1000px;
  padding:0;
  margin:0 auto;
}

#header {
  margin:0;
  background-image:url(title.jpg);
  height:200px;
}

#content {
  margin-top:10px;
  padding:12px;
  background-color:#222222;
  color:white;
}

img {
  border:0px;
}

#header, #content {
  border-top:1px solid white;
  border-left:1px solid white;
  border-bottom:2px solid white;
  border-right:2px solid white;
}

a.next:link, a.next:visited {
  color:yellow;
  background:url(right.png);
}

a.next:hover {
  background:url(right_hl.png);
}

a.last:link, a.last:visited {
  background:url(left.png);
}

a.last:hover {
  background:url(left_hl.png);
}

a.home:link, a.home:visited {
  background:url(home.png);
}

a.home:hover {
  background:url(home_hl.png);
}

a.last, a.next, a.home {
  width:50px;
  height:50px;
}

a.home {
  display:block;
}

a.last {
  float:left;
}

a.next {
  float:right;
}

img.medium {
  border:1px solid white;
}

a.thumbnail {
  padding:30px;
  border:0px;
  margin:0 auto;
}

