As you can see inside content area, I need the superior margin to down.
My questions what's the code to do it?
Or where it's the code to modify it inside the style page.

Thank you,
Code: Select all
div#content {
margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}