/* Define main areas */

html,
body {
   margin:0;
   height:100%;
   background:#E6E6DC;
		background-image: url("../images/sideline.png");
    	background-repeat: repeat-y;
    	background-position: top right;
    vertical-align: text-top;
}

/* Page positioning */

#maincontainer {
   min-height:100%;
   position:relative;
}

#body {
   padding:10px;
   padding-bottom:123px;   /* Height of the footer */
}

#content {
	padding-right: 0px;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:123px;   /* Height of the footer */
   background:#000;
		background-image: url("../images/footer.jpg");
    	background-repeat: repeat-x;
    	background-position: top right;
}

<!--[if IE 6]>
#maincontainer {
   height:100%;
}