* {
  margin:0;padding:0
}

body {
  padding:20px;
  background:white;
  text-align:center;
  background:black;
  color:#bba;
  font:80%/140% 
  georgia,serif;
}

h1,h2 {
  font:bold 80% 'helvetica neue',sans-serif;
  letter-spacing:3px;text-transform:uppercase;
}

a {
  color:#348;
  text-decoration:none;
  outline:none;
}

a:hover {
  color:#67a;
}

.caption {
  font-style:nomal;
  color:#887;
}

.demo {
  position:relative;
  margin-top:2em;
}

.gallery_demo {
  width:705px;
  margin:0 auto;
}

.gallery_demo li {
  width:68px;
  height:50px;
  border:3px double #111;
  margin: 0 2px;
  background:#000;
}

.gallery_demo li div {
  left:240px
}

.gallery_demo li div .caption {
  font:nomal 0.7em/1.4em georgia,serif;
}
	
#main_image {
  margin:0 auto 60px auto;

  width:700px;
  background:black;
}

#main_image img {
  margin-bottom:10px;
}
	
.nav {
  padding-top:15px;
  clear:both;
  font:80% 'helvetica neue',sans-serif;
  letter-spacing:3px;
  text-transform:uppercase;
}

#footer {
  clear: both;
  margin: 30px 0 0 0;
  border-top: 0px solid #cbcbcb;
  position: relative;
  width: 250px;
  height: 10px;
}

#footer p {
  float: left;
  margin-top: 1px;
  font-size: x-small;
  font-weight: normal;
  color: #333;
  background: transparent;
}