/*
works for the reel page
*/
html {
overflow-x: hidden; 
overflow-y: hidden; 
} 

body {
  text-align: center; /* IE page centering */
  background-position-x:0; 
  background-position-y:0; 
  font-family: "Bell Gothic Std", sans-serif;
}

a {  text-decoration: none; }
a: link { color: white } 
a: active {color: white } 
a: visited {color: white }

#secondary a {  color: white; }
#secondary a : link { color: white; text-decoration: none }
#secondary a : active { color: white; text-decoration: none }
#secondary a : visited { color: white; text-decoration: none }
#secondary a : hover {text-decoration: none;}

#mp3 {margin-bottom: 15px;}

.boxes {margin: 0; padding: 0; margin-bottom: 15px;}

ul, ul li {list-style: none; padding: 0; margin: 0; font-size: 13px; font-weight: 800; letter-spacing: ; vertical-align: middle;}

#texting {
 font-size: 10pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 color: #535455;
 z-index:1;
 }

#texting2 {
 font-size: 10pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 color: #535455;
   z-index:1;
 }
 
#linkage {
 font-size: 14pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 }

#linkage2 {
 font-size: 12pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 } 

#linkage3 {
 font-size: 8pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 } 
 
#linkage4 {
 font-size: 6pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 position:fixed;
 bottom:100px;
 }   
 
#albumcover {
  position:fixed;
  left:57%;
  top:270px;
  z-index:1;
 }

#circlelink {
  position:fixed;
  top:104px;
  left:41.5%;
  z-index:-1;
 }

#imagebackthere {
  position:fixed;
  top:180px;
  left:240px;
  z-index:6;
 }
  
 #myspacebanner {
  position:fixed;
  left:17%;
  top:415px;
  z-index:0;
 }

 #donatepaypal {
  position:fixed;
  left:37%;
  top:415px;
  z-index:4;
 }
 
table { border: 1px single black } 

#viewport {
  width: 100%; /* viewport width */
  height: 100%; /* viewport heigth */
  position:absolute;
  left:0px;
  top:0px;
  overflow: hidden; /* scrollbars */
  white-space: nowrap; /* image flow not stack */
    /* could use float: left or other approach */
  margin: 0 auto; /* Mozilla page centering */
  text-align: left; /* IE centering fix */
   color: #ffffff;
}

#viewport img {
  border-width: 0; /* remove a link border on images */
}

#what {
  z-index:-1;
  }
  
#what2 {
  position:absolute;
  z-index:10;
}

#directions {
 font-size: 8pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 color: #ffffff;
 background: #80a9c3;
 z-index: 9;
 position: absolute;
 left: 65px;
 bottom: 0px;
 text-align: left;
 
}

#signoff {
 font-size: 10pt;
 font-weight: 700;
 letter-spacing: 0;
 word-spacing: 0;
 z-index: 9;
 position: absolute;
 left: 30%;
 top: 200px;
 text-align: left;
 
}


#background {
position:absolute; 
left: 0px;
top: 0px;
z-index:-3; 
width:100%; 
height:100%;
}

