html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin:0;
  padding:0;
  height:100%;
}
#wrapper {
  position:relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;

  	background-image: url(../i/bckg1.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
#main {
  padding-bottom:50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
#footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

