
html, body {
margin:0;
padding:0;
background: #eee;
}

#header{

    background: url(images/bg.jpg) no-repeat center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:250px;
  border-style: solid;
  position: relative;


}
#headerContent{
	width: 728px;
	margin: 120px auto;

}


#bottom {
		 min-height: 100%; width: 728px; margin: 20px auto; /* center */ padding: 20px 20px;
		 border: 1px solid black; border-width: 1 1px;
		 background: #fff;}
		}
	



