html, body {width:100%; height:100%;}
body{
 font-family: Verdana, Arial, sans-serif;
 font-size:100%;
 background:#FFD8D8;
 color:#000;
 margin:0;
 padding:0;
}

#background {
position: absolute;
top: 50%;
left: 50%;
margin: -295px 0px 0px -285px;
width: 570px;
height: 590px;
z-index: 1;
background-image:url(../images/background.gif);
background-repeat:repeat-y;
overflow: visible;
}