/* CSS Document */

#ContentBlockIndex {
	height: 500px;
	clear: both;
	background-image: url(../images/clip-home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#ContentBlockIndex #Text {
	padding: 0px 20px 0px 20px;
	text-align: left;
}
#ContentBlockIndex IMG {
	padding: 10px;
}

#ContentBlockAbout {
	/*height: 500px;*/
	clear: both;

	background-image: url(../images/back-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#ContentBlockAbout #Text {
	padding: 0px 20px 0px 20px;
	text-align: left;
}
#ContentBlockAbout IMG {
	padding: 10px;
}


#ContentBlockContact {
	height: 500px;
	clear: both;

	background-image: url(../images/back-map-uk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#ContentBlockContact #Text {
	padding: 0px 20px 0px 20px;
	text-align: left;
}
