#selected {
	position: absolute ;
}
head  { 
 	display: inline;
	text-align: center;
	width: 800px;
	margin: auto;
	background: #00f;
}
body {
	display: inline;
	text-align: center;
	width: 800px;
	background: #ffa;
	magin: auto;
}

div { 
	
	background: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
#container {
	display: inline;
	background: #eef;
	text-align: right;
}

#main  {
	margin: 25;
	display: inline;
/* position: absolute;
 scroll: noscroll;
	top: 50px;
	left: 50px;
*/	
	width: 200px;
	float: left;
	background: #efe;
}

#frame {
/* background color is skin tone*/

	background: transparent;

}
#rnd {	display: inline;
	width: 400;
	height: 50;
	background: #f9f;
}
h1 { 
	display: inline;
}

h3 { background: #efe;
	display: inline;
}

#scarflayer {
	background: transparent url("images/scarf-0.png") no-repeat top center;
	width: 150px;
	height: 150px;
}
#earslayer {
	background: transparent url("images/ears-0.png") no-repeat top center;
}

#specslayer {
	background: transparent url("images/specs-0.png") no-repeat top center;
}

#hatslayer {
	background: transparent url("images/hats-2.png") no-repeat top center;
}


#headlayer {
	background: transparent url("images/head-6.png") no-repeat top center;
}

#noselayer {
	background: transparent url("images/nose-6.png") no-repeat top center;
}


#eyeslayer {
	background: transparent url("images/eyes-2.png") no-repeat top center;
}

#browlayer {
	background: transparent url("images/brow-0.png") no-repeat top center;
}

#mouthlayer {
	background: transparent url("images/mouth-1.png") no-repeat top center;
}

#hairlayer {
	background: transparent url("images/hair-1.png") no-repeat top center;
}
#bierdlayer {
	background: transparent url("images/bierd-0.png") no-repeat top center;
}



#box1{
position: absolute;
top: 20px;
left: 50px;
width: 200px;
border: solid #ff0000 3px;
background-color: #ffff00;
color: #000000;
padding: 10px;
}


	