body {
	background-color: #151413;
	font-size:10px;
	font-family:Georgia, Verdana, Helvetica, sans-serif;
	color:#d0d0d0;
	padding:0px;
	margin:0px;
	}

#centre {
	background-image:url('images/lowerbg.jpg');
	width: 1220px;
	height: 1200px;

}

#browsecentre {
	background-image:url('images/lowerbg.jpg');
	width: 1220px;
	height: 100%;

}

#top  { 
	background-image:url('images/upperbg.jpg');
	width: 1220px;
	height: 78px;
}

#main {
	background-image:url('images/mainbg.jpg');
	width: 1220px;
	height: 669px;
}

#mainbrowse {
	background-image:url('images/browsemainbg.jpg');
	width: 1220px;
	height: 100%;
}

#menu {
  width: 1220px;
  height: 111px;
  background-image:url('images/menu.jpg');
  text-align: left;
}

#menu a  {
  display: inline-block;
  text-indent: -900%;
  outline: none;
  margin-right: -1px;
  border: 0;
}

#menu a:hover {
  background-position: left bottom;
}

.home {
  width: 135px;
  height: 111px;
  background-image:url('images/home.jpg');
}

.galleries {
  width: 150px;
  height: 111px;
  background-image:url('images/galleries.jpg');
}

.about {
  width: 107px;
  height: 111px;
  background-image:url('images/about.jpg');
}

.photoblog {
  width: 123px;
  height: 111px;
  background-image:url('images/photoblog.jpg');
  margin-left: 520px;
}

.blog {
  width: 58px;
  height: 111px;
  background-image:url('images/blog.jpg');
}

.links {
  width: 121px;
  height: 111px;
  background-image:url('images/links.jpg');
}

#imgcontainer {
   display: inline-block;
   margin-bottom: 40px;
   width: 1220px;
   text-align: left;
   position: relative;

}

#thumbcontainer {
   display: inline-block;
   margin-bottom: 20px;
   width: 1200px;
   text-align: center;
}

.thumbsc {
   display:inline-block;
   width: 420px;
   height: 520px;
   overflow: auto;
   margin-right: 60px;
   margin-left: 80px;
}

.thumbs {
   display:inline-block;
}

.thumbs img{
outline: none;
margin: 10px;
}

.thumbs a img{
border: 10px solid #1d1d1d;
}

.thumbs a:hover img{
border: 10px solid #5c5957;
}
.img {
border: 0px solid #ffffff;
position: absolute;
margin: 23px;
left: 540px;
top: -25px;
}

.title {
display: inline-block;
font-size: 32px;
color: #707070;
width: 350px;
}
.date {
display: inline;
font-size: 10px;

}

.infos { position: absolute; left: 20px; top: 470px; text-align: right;}
