/*placement of content*/
.copy1
	{
	z-index: 60;
	position: absolute;
	top: 90px;
	left: 225px;
	width: 65%;
	}

/*placement of title*/
.title
	{
	position: absolute;
	z-index: 50;
	left: 500px;
	top: 15px;
	width: 106px;
	}

/*placement of butterfly girl slice*/
.img3
	{
	position: relative;
	z-index: 40;
	height: 53px;
	width: 302px;
	float: right;
	background-image: url(../images/3.jpg);
	background-repeat: no-repeat;
	}