.BubblesBG {
	background-color: #000000;
	background-image: url(images/bubbles.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: scroll;
}
.face {
	background-color: #000000;
	background-image: url(images/face.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.lips {
	background-color: #1F1F1F;
	background-image: url(images/lip.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	background-color: #1F1F1F;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
