Sto modificando il template "brazen ascend" e l'header ha questo codice
#header_outer {
text-align: left;
border: 0px;
margin: 0px;
}
#header {
float: left;
padding: 0px;
width: 800px;
height: 150px !important;
height: 150px;
background: url("../images/header.gif") no-repeat;
background-position-x:right;
}
#top_outer{
float:left !important;
float:none;
width:800px!important;
width:802px;
padding:0px;
margin:0px;
padding-top:2px;
}
il problema che si crea è che se faccio l'header a 800px vedo il bordo ma mancano 2 px alla fine della pagina, se la faccio più grande di 1 o 2 px il bordo a destra non si vede.