body {
  background-color:black;
  text-align:center;
  }

#container
{
position: absolute;
left:50%;

margin-left:-512px;
width:1024px;
height:100%;
background-image: url(images/pimlott-background.gif);
background-repeat:no-repeat;
}



#test
{
  margin: 0 auto;
width:1024px;
height:100%;
background-image: url(images/pimlott-background.gif);
background-repeat:no-repeat;
}




