#left-panel { 
	position: absolute;
	top: 195px;
	left: 184px;
	width: 280px;
	height: 580px;
	z-index: 3;
}

#right-panel { 
	position: absolute;
	top: 216px;
	left: 495px;
	width: 300px;
	height: 580px;
	z-index: 3;
}

#product-heading {
    font-size:17pt;
    color:#b75d94;
    line-height:16pt;
}

p {
	margin-top:6px;
	margin-bottom:6px;
}

#skin-icons {
	position:absolute;
	left:810px;
	top:230px;
	width:103px;
	height:123px;
	z-index: 3;
}

#skin-icon-1 {
	position:absolute;
	left:0px;
	top:0px;
	width:50;
	height:60;
}

#skin-icon-2 {
	position:absolute;
	left:54px;
	top:0px;
	width:50;
	height:60;
}

#skin-icon-3 {
	position:absolute;
	left:0px;
	top:60px;
	width:50;
	height:60;
}

#skin-icon-4 {
	position:absolute;
	left:54px;
	top:60px;
	width:50;
	height:60;
}

#price-tag {
	left:800px;
	top:433px;
}

#product-image {
	position: absolute;
	left: 485px;
	top: 400px;
	z-index: 2;
}