I find the theme a little plain so I want to add a repeated background image to the sides of the webpage but not behind the actual text of the blog posts. Can I use simplehooks to do that?
I have never used simplehooks or the genesis framework. You should be able to change this in the css of the theme by changing the body element to something like body{ background-image: url(yourimageurl) repeat; }