#adblock {
	position: relative;
	float: left;
	width: 480px;
	padding: 5px 0px 5px 10px;	
}

#bagpicture {
	position: absolute;
	z-index: 10;
	left: 25px;
	top: 20px;
	width: 128px;
	height: 133px;
}

#producttitle {
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 15px;
	width: 300px;
	height: 100px;
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
}

#productprice {
	position: absolute;
	z-index: 10;
	right: 15px;
	bottom: 25px;
	width: 300px;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	text-align: right;
}

#pagewelcome {
	position: relative;
	float: left;
	width: 380px;
	padding: 5px;
}
