@charset "UTF-8";
/* CSS Document */
* {margin:0;padding:0;} 
html { 
  background: url(/img/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, body {height: 100%;
font-size: 12px; color: black; font-family: abel, helvetica, sans-serif; 

}

#wrap {min-height: 100%;}

#main {
  overflow:auto;
  padding-bottom: 30px; /* must be same height as the footer */
}

#logo {
    position: absolute;
    top: 44.5%;
    left: 51%;
    margin-top: -94px;
    margin-left: -62px;
    width: 124px;
    height: 188px;
    background-color: none;
}


#footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  clear:both;
  text-align: center;
  background-color: none;
  opacity: 0.5;
    filter: alpha(opacity=50);
  
} 