/* CSS Document */

/* 
  -----------------------------------
background image
  -----------------------------------
*/

	#backgroundimage {
		width: 940px;
		height: 622px;
		background: url(../images/whatwedo.jpg) no-repeat top left;
		float: left;
	}
	
/* 
  -----------------------------------
text boxes
  -----------------------------------
*/
	
	#boxthree {
		position: absolute;
		top: 140px;
		left: 360px;
		width: 570px;
	}
	
	#boxfour {
		position: absolute;
		top: 200px;
		left: 360px;
		width: 590px;
	}
	
	#boxfive {
		position: absolute;
		top: 120px;
		left: 500px;
		width: 250px;
	}
	
	
