/* pushes the page to the full capacity of the viewing area */ 
html {height:100%;} 
body {height:100%; margin:0; padding:0;} 

/* prepares the background image to full capacity of the viewing area */ 
#bg {position:fixed; top:0; left:0; width:100%; height:100%;} 

#content { 
            position:relative; 
            z-index:1;
            width: 100%; 
            height: 800px; 
            border-width: 0px; 
            border-style: solid; 
            border-color: #FFFFFF; 
          } 

#content_1 { 
            position:relative; 
            z-index:1; 
            width: 100%; 
            height: 1050px; 
            border-width: 0px; 
            border-style: solid; 
            border-color: #FFFFFF; 
          }
          
#content_2 { 
            position:relative; 
            z-index:1; 
            width: 100%; 
            height: 2050px; 
            border-width: 0px; 
            border-style: solid; 
            border-color: #FFFFFF; 
          }
          
#content_3 { 
            position:relative; 
            z-index:1; 
            width: 100%; 
            height: 2050px; 
            border-width: 0px; 
            border-style: solid; 
            border-color: #FFFFFF; 
          }

#counter {
          position:relative; 
          z-index:1; 
          width: 100px; 
          height: 20px;
          left:16%;
          top:0%; 
          border-width: 0px; 
          border-style: solid; 
          border-color: #FFFFFF; 
         } 
         
#likeit_button {
                 position:relative; 
                 z-index:1; 
                 width: 250px;
                 left:42%;
                 top:-7%; 
                 border-width: 0px; 
                 border-style: solid; 
                 border-color: #FFFFFF; 
               } 







