body{
	background-color: #4483C6;
	background-repeat: repeat-x;
	background-image: url(../pictures/bg.jpg);
}
.bg-1 {
	background-image: url(../pictures/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-center: 100px;
}
.bg-2 {
	background-image: url(../pictures/i-6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-center: 100px;
}
.bg-3 {
	background-image: url(../pictures/bg-8.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-center: 100px;
}
.bg-4 {
	background-image: url(../pictures/bg-6.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-center: 100px;
}
.bg-5 {
	background-image: url(../pictures/i-9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-center: 100px;
}

