Forum Moderators: not2easy
<body id="homepage"> then in your style.css
body {all regular rules in here including margin} body#homepage {overriding margin rule in here} if the element you want to change the margin on is not the body element, you can use that ID to specifically target any/all other elements on the homepage that might need a different look too
#homepage #contentdiv {..}