I am doing my header but have noticed a line beneath it which i cannot get rid of.



Here is what i have in tpl_header in my cust template:

PHP Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C8C8C8">
<
tr>
<
td width="272" height="228">
<
img src="images/header-l.png" border="0">
</
td>
<
td width="356" height="228">
<
img src="images/header-c.png">
</
td>
<
td width="272" height="228">
<
img src="images/header-r.png" border="0">
</
td>
</
tr>
</
table
And here is the code from my stylesheet relating to logo:

PHP Code:
#logoWrapper  {

    
margin-top: -12px;
    
background-color#ffffff;
          

This is because i am not using the actual logo section for my header but inserting it above everything. I also got rid of the home/login bar at the top. Is there anyway I could get rid of this space?