#footerPicLeft
{
   background: transparent url(../images/cornerPic_left.gif) no-repeat;
   position: absolute;
   right: 50%;
   margin-right: 380px;
   bottom: 0px;
   width: 151px;
   height: 445px;
}

#footerPicRight
{
   background: transparent url(../images/cornerPic_right.gif) no-repeat;
   position: absolute;
   right: 50%;
   margin-right: 208px;
   bottom: 0px;
   width: 172px;
   height: 115px;
}

#footerLineLeft
{
   position: absolute;
   left: 50%;
   margin-left: -404px;
   bottom: 250px;
   width: 3px;
   height: 5000px;
   background-color: #000000;
}

#footerLineRight
{
   position: absolute;
   left: 50%;
   margin-left: -381px;
   bottom: 400px;
   width: 1px;
   height: 5000px;
   background-color: #000000;
}

#footerDiv
{
   clear: both;
   position: absolute;
   margin-bottom: 5px;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 25px;
   background-color: #000000;
}

#footerDiv p
{
   font-size: 7pt;
   text-align: right;
   padding: 6px 10px 0px 0px;
   color: #f4b429;
}

#footerDiv a
{
   text-decoration: none;
   color: #ffffff;
}

#footerDiv a:hover
{
   color: #f4b429;
}
