/* Scroll bar fix for non-IE, Roy */

/* uncomment to enable
body { overflow-y:scroll; }
<!--[if IE]>
body { overflow:auto; }
<[endif]-->
*/

