#wrapper {	
		width: 1000px;  /* this will create a container 70% of the browser width */
		height: 200px;
		/*margin-top: 10%; *//* the auto margins (in conjunction with a width) center the page */
		/*margin-bottom: 10%;*/
		margin-left: auto;
		margin-right: auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background-image: url(images/background.png);}

#content {
	padding-left: 0;
	margin-left:0;
	margin-top: auto;
	margin-bottom: auto;
}






