First photo shows how it looks now.



This is how I want it to be.


Here is coding for the section.
PHP Code: 
body {
    
background-color#00abdc;
    
width950px;
}

#topspacer {
    
padding-top30px;
}

#navbar {
    
background-color#00abdc;
    
background-imageurl(images/bannerbg.gif);
    
background-repeatrepeat-x;
    
height97px;
    
widthauto;
}
#logo {
    
background-imageurl(images/logo.gif);
    
padding-left15px;
    
height155px;
    
width490px;
    
vertical-alignmiddle;

PHP Code: 
<body>
<
div id="topspacer"></div>

<
div id="header">
    <
div id="navbar">
      <
div id="logo">
      
      </
div>
  </
div>
</
div
The line behind the Logo in bannerbg. I want the logo to sit vertical on middle of the bannerbg but I can get it to work.
-Im.z2ight- Reviewed by -Im.z2ight- on . I need help with this coding. First photo shows how it looks now. http://imgcafe.com/uploads/2010/Apr/29/wrong-1272571051.gif This is how I want it to be. http://imgcafe.com/uploads/2010/Apr/29/right.gif Here is coding for the section. body { background-color: #00abdc; Rating: 5