/* layout */
* { margin: 0; }

html { background-color: #73bf45; overflow: auto; }

html, body { height: 100%; }

body { background-image: url(../images/layout-top.png); background-repeat: repeat-x; background-color: #73bf45; }

#page { min-height: 100%; height: auto !important; width: 986px; top: 0; margin: 0 auto -1.2em; text-align: center; overflow: auto; }

#page-content { height: 100%; min-height: 100%; text-align: left; }

#content { height: 100%; padding: 3em; padding-top: 1em; margin: 0; }

#footer { width: 100%; padding: 6px 0; margin-top: 0em; height: 1.2em; }

