Abstandproblem mit CSS

hallo,
ich habe ein Abstandsproblem was ich einfach nicht gelöst bekomme habe schon ein paar mal rum probiert ich bekomme es allerdings nicht hin:

files.xetu-hosting.de/

Der rote Kasten soll oben und unten 10px Abstand erhalten und der abstand soll einfach blau sein wie der rest von der Seite und es soll auch keine Scrollbar auf einmal kommen^^

hier mal meine CSS Datei derzeit:

[code]* {
margin: 0;
padding: 0;
}

#back {
background-image:url(/img/stripe-blu.png);
width:100%;
height:100%;
}

#content {
background-image:url(/img/stripe-red.png);
width:800px;
height:100%;
margin:auto;
}[/code]

hier meine index.html

[code]








[/code]

hoffe mir kann jemand helfen
gruß

margin-top: 10px;
margin-bottom: 10px;

Margin = Außenabstand
padding = Innenabstand

Freundliche Grüße