/* CSS Document */
body{
padding:0;
margin:0;
text-align:center;
background-color:#d5d5d5;
background-image:url(siteBackground.jpg);
background-repeat:no-repeat;
}
#container{
position:relative;
margin-left:auto;
margin-right:auto;
width:750px;
}


