Trying to get full size background image with:
html { height: 100%; background:url(\'../img/bg.jpg\') no-repeat center center fixed; background-s
A better solution might be to use a lightweight jQuery plugin to dynamically size the background to the browser site. One I really like is backstretch.js. They're incredibly simple to implement.