If you open up your template's CSS file, you will notice a Body area. Mine looks like:

Code:
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #000099;
	}

If I change the "backround-color", that changes the color of the side trim on my page. How can I make that side trim go away and allow my #logowrapper to cover the entire page?