#headerShare {
    background-color: #EEEEEE;
    float: left;
    margin-top: 20px;
    padding: 0 5px 8px 5px;
    -webkit-border-radius: 6px;    /* for Safari */
    -moz-border-radius: 6px;       /* for Firefox */
}

#headerArea {
    margin-top: 15px;
    display: block;
    float: right;
    width: 284px;
    height: 48px;
    background-color: transparent;
    background-image: url(../images/header/title.gif);
    background-repeat: no-repeat;
}

hr, h1, h2
{
    display: none;
}


