How can I get rid of the white spacing at the top/bottom of my page?

Skililorp

New Member
I'm trying to remove the top spacing of my layout I am working on, which you can view here: 50.116.81.173/~speedcit/wordpress/. However, I don't seem to be having much luck with it. I essentially would like to remove the white spacing at the top of the page.Below is the CSS code I am currently using:\[code\]body, html { font-family: Arial; font-size: 11.5pt; height: 100%; margin: 0; padding: 0; border: 0;}table, tr, td, div { font-family: Arial; font-size: 11.5pt;}#outer { text-align: center; margin: 0px;}#wrapper { border-left: 1px #000000 dotted; border-right: 1px #000000 dotted; padding-top: 2px; padding-left: 2px; text-align: left; width: 1024px; display: block; margin-left: auto; margin-right: auto; min-height: 100%;}#header { background-image: url(http://50.116.81.173/~speedcit/images/header.jpg); width: 1024px; height: 280px;}#menu { width: 1024px; height: 61px;}#content { background-image: url(http://50.116.81.173/~speedcit/images/content-bg.jpg); background-repeat: no-repeat; width: 804px; height: 357px; padding-top: 80px; padding-bottom: 10px; padding-left: 110px; padding-right: 110px; line-height: 24pt;}#footer { margin: 0px; padding: 0px;}.txt { color: #BF2736; font-weight: bold;}\[/code\]
 
Back
Top