html,body {
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:14px;
    height:100%;
    margin:0;
}

img { 
    width: 152px;
    height: 69px;
}

#wrapper {
    width:100%;
    min-height:100%;
    height:auto!important;
    position:relative;
    background-color:#FFF;
    margin:0 auto -60px;
}

#header-page {
    width:820px;
    height:80px;
    padding-top:0;
    margin-left:auto;
    margin-right:auto;
}

#title-1 {
    padding-right: 29px;
    float: left;
    display: table-cell;
}

#title-2 {
    vertical-align:top;
    display:table-cell;
    font-family:Rockwell, Georgia, Times New Roman, Times, serif;
    font-size:26px;
    color:#000;
}

#centerbody {
    width:820px;
    padding-left:5px;
    padding-right:5px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    background-color:#fff;
}

a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.link {
    color: rgb(217, 68, 48);
}

#logo {
    background-image: url(griffith-logo-g8.png);  
    width: 152px;
    height: 69px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}