body {
background-image:url(background.jpg);
background-attachment:fixed;
background-repeat:repeat-y;
background-position:top center;
}

#container {
width:594px;
margin:0 auto;
}

* {border:0;}