/* Sponsors layout */
#sponsors {
   margin-top: 18px;
   border: none;
}

/* relative position - is the hack for damned IE */
#sponsors tr {
    position: relative;
    background: url(i/backgrounds/content/sponsors/back.gif) left bottom repeat-x;
}

#sponsors td {
    padding: 0 30px 18px 18px;
    background: url(i/backgrounds/content/sponsors/vertical-back.gif) right top no-repeat;
    vertical-align: middle;
}

#sponsors tr.last {
    background: none;
}

#sponsors tr.last td {
    padding: 18px 18px 0 18px;
    background: url(i/backgrounds/content/sponsors/vertical-back.gif) right bottom no-repeat;
}
