#logo
{
    width:450px;
    height:253px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-225px; /* Negative half the width*/
    margin-top:-126px; /* Negative half the height */
}
