#centerLayer {
/*padding: 0px 0px 100px 0px;*/
position: absolute;
left:50%;
top:50%;
width:900px;
height:450px;
margin-left:-449px;
margin-top:-217px;
 
 
}
.text1 {
padding: 30px 0px 30px 0px;
font: 16pt Tahoma;
text-align: center;
color: #58585a;
}
.text2 {
font: 12pt Tahoma;
text-align: center;
color: #58585a;
}
.text3 {
font: 14pt Tahoma;
text-align: center;
color: #58585a;
}
 
#centerLayer1 {
padding: 30px 0px 0px 0px;
position: absolute;
top:50%;
width:100%;
height:450px;
margin-top:-217px;
background: #ffffff;
margin-left:-10px;
text-align:center;
}

#presentation {
    background: url(/presentation/pdficon.jpg) no-repeat;
    height: 91px;
    left: 35px;
    position: absolute;
    top: 440px;
    width: 185px;
  left:50%;
     top:50%;
     margin-left:-600px;
     margin-top:100px;
  }
 
  #presentation a {
    display: block;
    height: 40px;
    left: 62px;
    position: absolute;
    top: 18px;
    width: 109px;
  }
  
 #presentation a span {
    background: url(/presentation/downloadPresentation.gif) no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
  }

  #presentation a:hover span {
    background-position: right top;
    cursor: pointer hand;
  }