.t1 {
	background-image: url('../images/t1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 226px;
	width: 760px
}
.l2 {
	background-color: 1c970b;
	background-position: center top;
	background-repeat: repeat-y;
}
.l2a {
	background-image: url('../images/l2.jpg');
	background-repeat: repeat-y;
	background-position-y:50%
}
.m2 {
	background-image: url('../images/m2.jpg');
	background-repeat: no-repeat
}
.m4 {
	background-image: url('../images/m4.jpg');
	background-repeat: repeat-y;
	background-position-y:50%
}
.m3 {
	background-image: url('../images/m3.jpg');
	background-repeat: no-repeat;
	background-position-y:50%
}
.l3 {
	background-image: url('../images/l3.jpg');
	background-repeat: no-repeat;
	background-position-y:50%
}
.r2 {
	background-image: url('../images/r2.jpg');
	background-repeat: no-repeat;
	background-position-y:50%
}
.r3 {
	background-image: url('../images/r3.jpg');
	background-repeat: repeat-y;
	background-position-y:50%
}
.r4 {
	background-image: url('../images/r4.jpg');
	background-repeat: no-repeat;
	background-position-y:50%
}
.logo {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat
}
body {
   background-color: "#1c970b";
   font-family: "Arial, Arial Black";
}