   body
   {
      background-color:rgb(255,255,255);
      vertical-align:bottom;
      margin: 0 0 0 0;
      text-align:center;
   }

   #PageMain
   {
      width:100%;
      height:100%;
      margin-left:auto;
      margin-right:auto;
      background-color:rgb(100,100,100);
      position: relative;
   }

   #Banner
   {
      height:65%;
      width:100%;
      text-align:center;
      margin-left:auto;
      margin-right:auto;
   }

   #BannerImg
   {
      height:100%;
   }

   #LinksDiv
   {
      text-align:left;
      background-color:rgb(0,0,128);
      height:23%;
      width:100%;
      position:absolute;
      bottom:0;
      left:0;
   }

   #HomeLink
   {
      width:11%;
      height:100%
   }

   #UpdatesLink
   {
      width:12%;
      height:100%;
      position:relative;
      left:-1%;
      top:0;
   }

   #EventsLink
   {
      width:12%;
      height:100%;
      position:relative;
      left:-2%;
      top:0;
   }

   #PicturesLink
   {
      width:15%;
      height:100%;
      position:relative;
      left:-3%;
      top:0;
   }

   #BlogLink
   {
      width:11%;
      height:100%;
      position:relative;
      left:-4%;
      top:0;
   }

   #ContactsLink
   {
      width:17%;
      height:100%;
      position:relative;
      left:-5%;
      top:0;
   }

   #LinksLink
   {
      width:15%;
      height:100%;
      position:relative;
      left:-6%;
      top:0;
   }

   .linkImg
   {
      height:100%;
      border:0;
      margin:0 0 0 0;
   }
