From some reason the entire webpage start about 5px from the top. I've margin:0 auto; the whole thing plus margin-top:0px; the whole thing too...
Code:
#container {
width: 700px;
font-family: serif;
font-size:14px;
color: #222222;
margin:0 auto;
border-left:solid 1px #333333;
border-right:solid 1px #333333;
margin-bottom:0px;
margin-top:0px;
}
#wrapper {
width:750px;
margin:0 auto;
background-image: url(repeat-y-back.gif);
background-repeat:repeat-y;
margin-bottom:0px;
margin-top:0px
}
body {
text-align: center;
margin-bottom:0px;
}
#banner {
width: 700px;
height: 150px;
text-align:center;
background-image: url(JamesBanner.gif);
margin-top:0px
}
h1 {
color:#ffffff;
display: block;
width: 700px;
padding-left:0px;
padding-right:0px;
padding-bottom:3px;
padding-top:3px;
margin-top:0px;
margin-bottom:5px;
border-top: solid 1px black;
border-bottom: solid 1px black;
background-color: #666666;
background-image: url(heading.gif);
font-size:16px;
text-align:center;
font-family: Verdana;
font-style:italic;
height:19px
}
#content {
padding-left:10px;
padding-right: 10px;
width: 680px;
text-align:left;
margin-bottom:0px;
}
#footer {
margin:0 auto;
margin-top:0px;
width:750px;
height:50px;
background-image: url(footer.gif);
}
#links {
}

Comment