[CSS] BG lässt sich nicht zentrieren

Hedda
Hey ich wollte grade für eine Freundin ihr Desi coden, komme aber irgendwie nicht weiter.

Ich wollte den BG zentrieren aber ich bekomme des bei diesem Repage Code einfach nicht hin, vll kann mir ja jemand von euch helfen:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
<html>
<head>
<title>%%TITLE%%</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
body {
 background-color: #000000;
scrollbar-base-color: #C4713D;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #C4713D;
color:black;
font-size:10pt;
font-family:verdana;
}
a:link, a:active, a:visited {font-size:10pt;font-family:verdana;color:white;text-decoration:none;}
a:hover {font-size:10pt;font-family:verdana;color:black;text-decoration:underline;cursor:default;}

</style>
</head>
<body>
<div style="position: absolute; left: 0; top: 0">
<div style="position: absolute; left: 39px; top: 45px; width: 177px; height: 261px; overflow: auto">
<!-- Div (menü) -->
%%MENU%%<br>
</div>
<div style="position: absolute; left: 264px; top: 188px; width: 499px; height: 367px; overflow: auto">
<!-- Div (inhalt) -->
%%CONTENT%%<br>
</div>
<img src="http://foto.arcor-online.net/palb/alben/70/1931670/1024_6665333863323239.jpg" align="center" alt="" />
</div>
</body>
</html>

Es is sonst noch nix gecodet will einfach nur den HG zentrieren ....

lg Hedda
Hedda
danköö