OR Do like this...(ADDING ONLY NO NEED TO DELETE ANYTHING)
under your template (Dirtylicious) folder find index.php and edit as bellow. you only need to add
HTML Code:
<div class="mid-container">
HTML Code:
<body >
<div class="outer-container">
<!--This one you need to add--> <div class="mid-container">
<div class="inner-container">
<div class="header">
then open the template_css.css.......and add these following codes
Code:
.mid-container{
background: url(../images/middle.jpg) repeat center bottom;
padding-bottom: 164px;
}