body {
	text-align: center;
}

#container {
    position:absolute;
    top:30%;
    left:30%;


}
#imgLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	background: url('../img/willowsImage1.png') no-repeat;
	width: 211px;
	height: 289px;
	
}
#imgMiddle {
	margin: 0px;
	padding: 0px;
	float: left;
	background: url('../img/willowsImage2.png') no-repeat;
	width: 268px;
	height: 289px;
	
}
#imgRight {
	margin: 0px;
	padding: 0px;
	float: left;
	background: url('../img/willowsImage3.png') no-repeat;
	width: 160px;
	height: 289px;
	
}
