To extend the background to bottom, in the style-artisteer-overrides.css file, change repeat-x to just repeat.
body.pagebody
{
color: #445864;
background-color: #FFFFFF;
background-image: url('images/Bottom_texture.jpg');
background-repeat: repeat;
Rick