CSS Margin

Please check out http://dev.ryanschoenbach.com/test/test.php

I cant figure out why my css isnt giving me the correct margins at the top of the page.


body {
    margin: 0px 0px 0px 0px;
    }
#layout {
    padding: 0px;
    margin-bottom: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 0px;
    }
#tabs {
    background: #0066FF;
    }
#tabs ul li { 
    display: inline;
    color: #FFFFFF; 
    text-align: center; 
    list-style-type: none;
    }
#tabs ul li a { 
    text-decoration: none;
    color: inherit;
    }
#tabs ul li a:hover {
    text-decoration: underline; 
    color: inherit;
    }