

#mainImageHolder {
    background-image: url(images/image0.jpg); 
    height: 572px; 
    width: 1280px;
    background-repeat:no-repeat;
    display: block;
    text-align: center;
    margin-top:-15px;
    position:absolute;
    z-index:1;
}

#mainImageHolder2 {
    background-image: url(images/bk00.jpg);
    height: 572px;
    width: 1280px;
    background-repeat:no-repeat;
    display: block;
    text-align: center;
    margin-top:-15px;
    position:absolute;
    background-size: 100%;
    z-index:1;
}
#mainImageHolder3 {
    background-image: url(images/bk01.jpg);
    height: 572px;
    width: 1280px;
    background-repeat:no-repeat;
    display: block;
    text-align: center;
    margin-top:-15px;
    position:absolute;
    background-size: 100%;
    z-index:1;
}
#mainImageHolder4 {
    background-image: url(images/bk02.jpg);
    height: 572px;
    width: 1280px;
    background-repeat:no-repeat;
    display: block;
    text-align: center;
    margin-top:-15px;
    position:absolute;
    background-size: 100%;
    z-index:1;
}
#mainImageHolder5 {
    background-image: url(images/bk03.jpg);
    height: 572px;
    width: 1280px;
    background-repeat:no-repeat;
    display: block;
    text-align: center;
    margin-top:-15px;
    position:absolute;
    background-size: 100%;
    z-index:1;
}
#title1{
    height: 572px;
    width: 800px;
    border-color: white;
    color: white;
    font-family: 'Trojan Pro','Times New Roman', Georgia,  Times, serif;
    font-size:55px;
    margin: 0 auto;
  
}

#titleF1, #titleF2{
  height: 50%;
  text-align:center;
}

#titleF1 td{
    vertical-align: bottom;
     border-bottom: solid;
    border-bottom-width: 2px;
  
}

#titleF2 td{
    vertical-align: top;
  
}