body {	
  background-image: url(website-v2.jpg); background-repeat: no-repeat;
  background-color:#000000;
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  color: #fff;
  font-size:83%;
}

a {
  color: #fff;
}

#header {
  text-align: left;
}

#content {
  margin-left: 400px;

}

ul.pictureGallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

a.pictureBox {
  margin: 2px 3px;
  padding: 2px 2px 1px 2px;
  display: block;
  background: #fff;
  color: #000;
  width: 156px;
  text-align: center;
  overflow: auto;
  text-decoration: none;
  float: left;
  border: 1px solid #fff;
}

a.pictureBox:hover {
  border: 1px solid #f00;
}

#footer {
  margin-top: 40px;
}

img {
	border:0px;
}