body {
margin: 0;
padding: 0;
width:100%;
height:100%;
background-image: url('images/bg.gif');
}

#center {
width: 700px;
border: 0px;
margin: 10px auto;
background: white;
padding: 5px 5px 5px 5px;
}


#text {
width: 350px;
border: 0px;
margin: 10px 10px 10px 350px;
background: white;
}