Quote Originally Posted by kbmets7 View Post
Is there a way to eliminate the top blue space (border) between the header and top of computer screen? Is there a reason I should have it?
Wondering the same thing, I searched this thread and found:
The space at the top is controlled by the margin-top for body:

body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}