body {
    margin: 0;
    padding: 0;
	background-color:#202020;
	background: url(../img/backgrounds/background2.png) center center/cover no-repeat fixed; /* Put your Background image here */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}
* {
    text-decoration: none
}
#wrap {
width:1200px;
position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  

}

#wrap img:hover{
   
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);

}


#header span{
  font-family: Raleway, sans-serif; 
   text-transform: uppercase;
	 font-size: 35px;
	 color:#09a18a;
  letter-spacing: 2px;
    font-weight: 100;
position: fixed;
  top: 10%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  
}

#header{
height:20%;
position:fixed;
background-color: rgba(26,26,26,0.4);
width:100%;
border-bottom:1px solid #373535;
}

#preview{
height:20%;
position:fixed;
 bottom: 0px;
  left: 0px;
  right: 0px;
  color: #a1a1a1;
  font-size: 12px;
background-color: rgba(26,26,26,0.4);
  border-top: 1px solid #373535;
}
.center a {
    font-family: Raleway, sans-serif; 
	margin-left:50px;
	 text-transform: uppercase;
	 font-size: 28px;
  font-weight: 100;
  letter-spacing: 9px;
  
}


#preview span {
 font-family: 'Muli', sans-serif;
   text-transform: uppercase;
	 font-size: 17px;
  letter-spacing: 4px;
color:#aeaeae;
    font-weight: 100;
position: fixed;
  top: 90%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);

  
}
