body {
	text-align: center;
	
	}

#topimg {
	background-image: url(topimg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #c8942e;
	margin: auto auto;
	width: 800px;
	text-align: left;
	height:100%;
	
	}
	
#bottomimg {
	background-image: url(bottomimg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 40px 10px 40px 10px;
	text-align: left;
	
	
	

	
	}
