/* CSS Document */
#container1 {
	margin:0;
	height:100%;
	background-image:url(../images/lorry1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border: 1px solid blue;
	overflow:hidden;
}

