I made a layout and i was wondering how to go about it. Im planning on integrating it with wordpress and I've read it's easier to just have the layout made already and to simply just insert the relevant code into the WP files.
I guess my question would be, to the side of the content section there are images that are part of the header and content bg images, i was wondering how do i make and position these? have them in their own divs outside of the content area?
You should work with nested div using background images in the header, content and footer. Its not too difficult if you calculate the right widths, and should work fine.
i agree with aleare. to answer your question, i would suggest taking a look at absolutely positioning your div's and using z-index to manage how they are displayed.
have a wrapper div with the width of the largest element you will have, so in this case have it the width of your header div, then place all divs inside the wrapper div, set margins to auto so it displays centered on the screen at all times. have header div with the background image you need, and the nav items floating right, with margins to space it out correctly. content div has width of the header div, with background being the image you need and padding to space the text properly out from the sides (decreasing the width value of the div as the padding increases accordingly). footer you would do the same. its a pretty straight forward design to code, should go quick and easy.