body, html {
    margin:0px;
    padding:0px;
}


body {
    background : #ffffff url('bg.gif') repeat-x scroll top left;
    height : 100px;
}


#bg_div {
    background : url('main_bg.jpg') no-repeat top left;
    margin: 0 auto;
    height : 525px;
    width : 760px;
    z-index : 5;
}

#swf_holder {
    position:absolute;
    background :transparent;
    top: 170px;
    left: 50%;
    margin-left:-375px;
    height : 330px;
    width : 750px;
    z-index: 10;
}

#topNavBar {
    height : 25px;
    left: 50%;
    margin : 0 0 0 -370px;
    overflow : hidden;
    position : absolute;
    top : 80px;
    width : 740px;
    z-index : 15;
}

#topNavBar a, #topNavBar a:link, #topNavBar a:visited, #topNavBar a:active {
    font : bold 11px "Trebuchet MS", sans-serif;
    padding : 5px 10px 0px 10px;
    color : #fff;
    display : block;
    float : left;
    height : 25px;
    text-decoration : none;
}


#topNavBar a:hover {
    background-image:url('menu_over.gif');
    background-repeat: repeat-x;
    background-color:#fff;
    color:#88A2A2;
}

#topBanner {
    position:absolute;
    margin-left :-30;
    left:50%;
    width:360px;
    height:55px;
    top:10;
    z-index:25;
    border:1px dashed #f3f3f3;
  }