@charset "utf-8";
/* CSS Document */

div.images {
	/*position: absolute;
	height: 100%;
	position: relative;*/
}

div.images img {position: absolute;}

img.th1 {
	/*right: 0px;*/
	top: 10px;
	right: -120px;
	position: absolute;
}

img.th2 {
	left: -120px;
	position: absolute;
	top: 280px;
}

img.th3 {
	right: -120px;
	position: absolute;
	bottom: 500px;
}
