div#overlay {
	width: 330px;
	height: 330px;
	/*top: 0px;*/
	/*left: 0px;*/
	position: absolute;
	background-color: #999999;
	background-image: url("./../images/transition.gif");
	margin-left: 515px;
	margin-top: 410px;
}

div#overlay img {
	position: absolute;
	border-width: 0px;
}

div#overlay img#head {
	width: 293px;
	height: 28px;
	top: 33px;
	left: 19px;
}

div#overlay img#button {
	width: 120px;
	height: 34px;
	top: 267px;
	left: 197px;
}

div#overlay img#closeButton {
	width: 14px;
	height: 14px;
	top: 10px;
	left: 10px;
	cursor: pointer;
	cursor: hand;
}

div#overlay img#senseo {
	width: 171px;
	height: 258px;
	top: 72px;
	left: 5px;
}

div#overlay img#text {
	width: 177px;
	height: 53px;
	top: 75px;
	left: 135px;
}

