   body  { 
           background : white  url(images/page-top.jpg) no-repeat ;
              }

div.wrapper { position : relative ;
                       height : 1400px ;
                       width : 972px :
             }

div.pagebottom { position : absolute ; 
                             top : 850px ; 
                             height : 175px ;
                             width : 100% ;
                }

div.center { text-align : center ; }

p { text-indent: 50px; }


div.frontpage    { 
                 position : absolute ;
                 top : 260px ;
                 left : 400px ;
                 width : 550px ;
                 z-index : 1 ;
                 font : medium arial, sans-serif, ;
                 } 

a:link   {
            font : bold medium arial, sans-serif  ;
            color : blue ;
            text-decoration : none ;
            }

a:hover  {    
                font : bold medium arial, sans-serif  ;
                color : blue ;
                text-decoration : underline ;
                background : #d7e6ef ;
               }

a:visited {
                 font : bold medium arial, sans-serif  ;
                 color : purple ;
                 text-decoration : none ;
               }

a img { border : 0px ;  
             margin : 0px ;
             padding : 0px ;
           }


