In my design, I have a fixed size layout with a centered content container.
My goal is to have the menu (home, about, contact, login) span 100% of the screen width.
You can view the current setup in this jsfiddle: http://jsfiddle.net/Hxhc5/1/
I am aiming for the desired result which involves creating a 100% width container for the menus and centering them. However, my attempts so far have been unsuccessful as the layout becomes relative and changes with window size.