.bubble {
	float : left;
	position : relative;
	background-image : url(http://www.webgenerator.nl/gfx/screen.gif); 
	background-repeat : no-repeat;
	width : 200px;
	height : 165px;
}

/* Bubble pop-up */

.popup {
	position: absolute;
	top : -50px;
    right : -30px;
	background-image: url(http://www.webgenerator.nl/gfx/bubble.png); 
	background-repeat : no-repeat;
	padding : 15px 0 0 19px;
	font-size: 12px;
	line-height : 19px;
	color: #FFFFFF;
	z-index: 50;
	width : 240px;
	height : 69px;
}