.basictext {
	position:relative;
	margin: 0;
	padding: 0;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}

#tooth {
	position:absolute;
	left:0px;
	top:162px;
	width:619px;
	height:416px;
	z-index:2;
	background-color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-left-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}
#tooth img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
