html {
margin: 0;
padding: 0;
width:100%;
height:100%;
}

body
{
background: url('bg.jpg') repeat-x #e6e6e6;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
margin: 0;
padding: 0;
width:100%;
height:100%;
}

/* Header */

div.bg {
background: url('bg1.png');
}

#header
{
width:100%;
height:250px;
background: #440000 url('n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:250px;
margin: 0 auto;
}


