Die Höhe wird durch den Inhalt bestimmt, also mehr Text. Und hängt von der Monitorgröße ab.
Oder in der style.css:
ZitatAlles anzeigen#main
{
margin:0 auto;
padding:auto;
background:url(img/content_bg.gif) repeat;
width:740px;
[COLOR=Red]height:1000px;[/COLOR]
}