#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  overflow: hidden;

}

#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;

}

#page-wrap {
  position: relative;
  width: 420px;
  margin: 0 auto;
  padding-top: 50px;
}

.brandon {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.open {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
}

#logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    margin-bottom: 50px;
    max-width: 100%;
    min-width: 20%;
}


#tagline {
	text-align: center;
    margin-top: 20px;
}



#contact {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}



a:link {text-decoration:none;
    color: #000000;}
a:visited {text-decoration:none;}

a:active {text-decoration:none;}

a:hover {
  -moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
















