* {
  margin:0;
  padding:0;
}
.clear {
  clear:both;
  margin:0;
}
.inv {
  display:none;
}
html {
  background:url(/images/layout/bg.jpg) #000 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper {
  position:relative;
  width:960px;
  height:710px;
  margin:50px auto;
}
#wrapper:after, #content:after{
  content:".";
  font-size:0%;
  display:block;
  clear:both;
  text-indent:-9999px;
  visibility:hidden;
  height:0;
}
a#logo {
  position:absolute;
  right:0;
  top:5px;
  display:block;
  width:340px;
  height:145px;
  text-indent:-19999px;
  overflow:hidden;
  background:url(/images/layout/logo.png) 0 50% no-repeat;
}
#content {
  position:relative;
  padding:25px;
  width:910px;
  height:460px;
  margin-bottom:6px;
  background:url(/images/layout/bgContent.jpg) 50% 50% no-repeat;
}
#content.imageContent {
  padding:0;
  width:960px;
  height:510px;
  background:transparent;
}
#content .gallery {
  position:relative;
  width:960px;
  height:510px;
}
#content .gallery a {
  border:1px solid #fff;
  float:left;
  margin:0 10px 0 0;
  -moz-transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  opacity:0.8;
  filter:alpha(opacity=80);
}
#content .gallery a:hover, #content .gallery a:focus, #content .gallery a.active {
  opacity:1;
  filter:alpha(opacity=100);
}
#content .gallery a img {
  border:0;
  display:block;
}
#content .gallery .imgContainer {
  position:relative;
  width:960px;
  height:510px;
  z-index:70;
}
#content .gallery .imgContainer img {
  position:absolute;
  top:0;
  left:0;
  z-index:80;
}
#content .gallery .thumbNav {
  position:absolute;
  left:12px;
  top:450px;
  z-index:200;
}
#footer {
  position:relative;
  margin:0 auto;
  width:910px;
  height:75px;
  line-height:25px;
  padding:20px 25px 25px 25px;
  background:#1a171b;
  font-size:24px;
  letter-spacing:-2px;
  color:#fff;
}
#footer p.fSmall {
  padding-top:8px;
  font-size:15px;
  line-height:18px;
}
#footer a {
  color:#fff;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
  
}