body { 
margin:0; 
background:#fff;
}
#wrapper {
margin:0 auto;
width:567px;
}
#header {
background:transparent url(bx_header4.gif) no-repeat ;
height:85px;
width:567px;
background-color:#fff;
position:relative;
}

#header .logo, #header h1, #header .email, #header .tel-num {
display:block;
}

#header h1 {
text-indent:-9999px
}

.logo {
text-indent:-9999px;
}

.email {
position:absolute;
width:254px;
height:15px;
top:70px;
right:20px;
margin:0;
}

.email a { background:url(email-sprite.gif) no-repeat;
display:block;
width:254px;
height:15px;
text-indent:-9999px;
}

.email a:hover {
background:url(email-sprite.gif) no-repeat 0 -16px ;
}


