In your custom CSS, remove this;
.custom-background
So you end up with this;
body {
background-color: #062d06;
background-image: url('http://360mrc.com/wp-content/uploads/2011/11/360Bgnd.png');
background-repeat: repeat;
background-position: top center; background-attachment: scroll;
}