In your templates stylesheet.css file at the top in most is a body tag
Add a background image entry(in red) - place the image in the templates /images folder


Code:
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #e5edf5;
	background-image: url(../images/your_image.jpg);
	}