/****************************************/
/* Style sheet for index page           */
/* Designed by: Matt Moss               */
/* Date: 25/02/07                       */
/****************************************/
#images #firstpic {
	position: relative;
	left: 60px;
	top: 0px;
	display: block;
	background: url(../images/tank_fitting_circle.jpg) no-repeat;
	width: 150px;
	height: 150px;
}
#images #firstpic em {
	position: relative;
	top: -10px;
}
#images #secondpic {
	position: relative;
	left: 0px;
	top: 30px;
	display: block;
	background: url(../images/reed_circle.jpg) no-repeat;
	width: 100px;
	height: 100px;
}
#images #secondpic a:hover .picture { left: 10px; }
#images #secondpic em {
	position: relative;
	top: -20px;
}
#images #thirdpic {
	position: relative;
	left: 60px;
	top: 50px;
	display: block;
	background: url(../images/mature_reed_circle.jpg) no-repeat;
	width: 150px;
	height: 150px;
	z-index: 0;
}
#images #thirdpic em {
	position: relative;
	top: -50px;
}
#content1 {
	width: 300px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}
#base {
	top:700px;
}
