html {
  min-height:100%;
  height:auto !important;
  height:100%;
}

body {
margin:0;
padding:0;
text-align:centre;
min-width:1000px;
background:bottom;
background-image:url(images/background.gif);
background-repeat:repeat-x;
background-color:#999999;
}
#wrapper {
text-align:left;
width:1000px;
margin-left:auto;
margin-right:auto;
}

img {
    border: 0px;
}

.body {
    text-align: left;
}