.div1 { 
	background: url(http://www.wohill.com/images/pel.jpg) no-repeat;
	height:226px;
	width:140px;
}

.div2 {
	background: #FF0000; 
	height:150px;
	width:120px;
	-moz-opacity:0.4;
	opacity: 0.4;
	filter:alpha(opacity=40);
}
.div3 {
	background: #00FF00; 
	height:100px;
	width:90px;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.div4 {
	background: #0000FF; 
	height:50px;
	width:50px;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.bg1 {
	background: url(http://www.wohill.com/images/pel.jpg) no-repeat;
	height:226px;
	width:140px;	
}

.link1 {
	/*background-color:#FF0000;*/
	border:thin dotted #FF0000;
	position:absolute;
	width:25px;
	height:25px;
	margin:25px 0px 0px 10px;
}

.link2 {
	border:thin dashed #00FF00;	
	position: absolute;
	width: 40px;
	height:80px;
	margin: 60px 0px 0px 80px;
}