#logo
{
    width:700px;
    height:60px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-350px; /* Negative half the width*/
    margin-top:-30px; /* Negative half the height */
}