@charset "utf-8";
#centre {
	height: 640px;
}
#front_image {
	background-image: url(../images/FrontNarrow_shadow.jpg);
	height: 616px;
	width: 616px;
	display: block;
	position: absolute;
	left: -5px;
}


.bucket {
	float: left;
	height: 80px;
	width: 185px;
	display: inline-block;
	position: relative;
	left: 10px;
}
.bucket_right {
	float: right;
	height: 80px;
	width: 185px;
	display: block;
	position: relative;
	right: 10px;
}
.bucket_centred {
	height: 80px;
	width: 240px;
	display: inline-block;
	float: left;
	margin-left: 100px;
}

#tytle {
	height: 141px;
	width: 247px;
	position: absolute;
	top: 68px;
	right: 140px;
}
#home_intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 28px;
	height: 340px;
	width: 235px;
	position: absolute;
	top: 280px;
	right: 5px;
	text-align: justify;
}
