/*! custom style template */

@font-face {
    font-family: 'sketchyregular';
    src: url('../pong/css/sketchy-webfont.eot');
    src: url('../pong/css/sketchy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../pong/css/sketchy-webfont.woff') format('woff'),
         url('../pong/css/sketchy-webfont.ttf') format('truetype'),
         url('../pong/css/sketchy-webfont.svg#sketchyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  background: url(../img/darkground.gif) no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  
}


.container_16,
.container_16_fluid {
    text-align: center;
}

[class*="building"] {
 
  z-index:10;

}

#main{
 background: url(../img/Austin_skyline_dark.gif) no-repeat left top;
 height: 735px;
}

#overlay{
  height:  735px;  
  
}

#headSpace {
  height: 75px;
  background: url(../img/Austin_skyline_top.jpg) repeat-y left top;
}

#output{
  color: white;
}

h2,h1 {
  font-family: sans-serif;
  color: white;  
  
}
.fixed-centered {
    position: fixed;
    width: 940px;
    margin-left: -470px; 
    left: 50%;
}

.sign{
  position: absolute;
  width:249px;
  height: 175px;
  top: -250px;
  left: 100px;
  background: url(../img/nathansign.png) no-repeat left top;
  
}

.building1Sel{
  background: url(../img/Building1.png) no-repeat left top;
}

.building2Sel{
  background: url(../img/Building2.png) no-repeat left top;
}

.building3Sel{
  background: url(../img/Building3.png) no-repeat left top;
}

.building4Sel{
  background: url(../img/Building4.png) no-repeat left top;
}

.help{
  position: absolute;
  left: 600px;
  top: -50px;
  width: 400px;
  height: 100px;
  background-image: url(../img/nathanHelp.gif);
  background-repeat: no-repeat;
  opacity: 0;
  
  
}

.building1{

  position: absolute;
  left: 55px;
  top: 170px;
  width: 59px;
  height: 122px;
  
  
}

.building1Label{
  position: absolute;
  left: 40px;
  top: 140px;
  width:65px;
  color: white;
  font-family: sketchyregular;
  font-size: medium;
}

.building2{

  position: absolute;
  left: 244px;
  top: 152px;
  width: 83px;
  height: 166px;
 
}

.building2Label{
  position: absolute;
  left: 244px;
  top: 145px;
  width:90px;
  color: white;
  font-family: sketchyregular;
  font-size: medium;
}


.building3{
  position: absolute;
  left: 502px;
  top: 40px;
  width: 58px;
  height: 240px;
  

}

.building4{
  position: absolute;
  left: 639px;
  top: 162px;
  width: 105px;
  height: 120px;
  

}

.building5{
  position: absolute;
  left: 858px;
  top: 105px;
  width: 130px;
  height: 200px;
 

}


