body {
padding: 0px;
margin: 0px;
background: url(/assets/bg.jpg);    /*the path to your image*/
background-repeat: repeat-y;
background-position: center center;
background-color: #666666;
font: 101% Verdana;
}

/*this gives the soft grey border to the top table*/
.borderTable {
margin: auto auto;
border: 1px solid #CCCCCC;
padding: 0px;
color: #333333;
}
