body,html{
    margin:0;
    padding:0;
    border:0;
    background-color:#FFF;
    color: #747777;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
h1{
    display: none;
}
#header{
    position: absolute;
    width:960px;
    left:50%;
    margin:20px 0 0 -480px;
}
#logo{
    height:100px;
    background: no-repeat url(img/logo.gif) top center;
    border-bottom:5px solid #6d6c68;
    margin-bottom:16px;
}
#logoCnt{
    height:8px;
    border-top:1px solid #6d6c68;
}
#topImg{
    height:220px;
    background: no-repeat url(img/bg.jpg) top center;
}
#cnt{
    margin-top: 60px;
    margin-bottom: 60px;
}
#cnt div{
    display: inline;
    padding: 0 100px 4px 100px;
    font-size: 20px;
    font-style: italic;
     background: no-repeat url(img/bar.gif) bottom center;
}
#footer{
    height:50px;
}
#footertxt{
    height: 100px;
    padding:20px;
    background: repeat-x url(img/footer.jpg) top center;
    text-align: left;
}
a{
    color: #747777;
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
}
.floatright{
    float: right;
}

