I'm just learning to typeset, this is my first attempt.
What is the best way to make out the background?
Now everything looks like this for me:

#header_top { font-family: "open Sans", "Open Sans Light", sans-serif; font-size: 14px; background-image:url(img/header_top.png); background-repeat:no-repeat; margin:0px; } #header_top div{ display: inline-block; margin-right:50px; margin-left:50px; } #header_bottom { background-image:url(img/header_bottom.png); background-repeat:no-repeat; } How to make the header background be across the entire width of the browser window and stretch the window appropriately when resized?