#header{
    width:1000px;
    height:125px;
}

#header table{
    margin:0px;
    padding:0px;
    width:100%;
}

#header table td.left{
    width:265px;
    height:125px;
}

#header table td.left a{
    width:265px;
    height:125px;
    display: block;
    text-decoration:none;
    background-image:url('/resource/images/logo.png');
}

#header table td.left a:hover{
    width: 265px;
    height: 125px;
    display: block;
    text-decoration: none;
}

#header table td.middle{
    height:125px;
}

#header table td.right{
    width:265px;
    height:125px;
}
