#img {
	position: absolute;
	left: 50px;
	top: 144px;
	width: 370px;
	height: 200px;
	border: thin solid ButtonFace;
	z-index: 3;
}
#matlayer {
	position: absolute;
	left: 45px;
	top: 145px;
	width: 372px;
	height: 295px;
	border: thin #FFFACD;
	z-index: 2;
}
#framelayer {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 424px;
	height: 346px;
	background-repeat: no-repeat;
	z-index: 1;
}

#wallcolorlayer {
	top: 0px;
	position: absolute;
	width: 475px;
	height: 380px;
	left: 170px;
	background-color: #FFFFE0;
	border: thin solid ButtonFace;
}
#productopts {
top: 120px;
width: 250px;
position: absolute;
	left: 460px;
}

#matopts {
top: 370px;
position: absolute;
	left: 460px;
}

#frameopts {
top: 300px;
position: absolute;
	left: 700px;
}

#submit {
top: 480px;
position: absolute;
	left: 20px;
}


li {
	list-style-type: none;
}
hr {
	width: 100%;
}


