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

#tooth {
	position:absolute;
	left:0px;
	top:150px;
	width:710px;
	height:325px;
	z-index:1;
	background-color: #D6D6D6;
	border-right-width: 0px;
	border-right-style: solid;
	border-left-color: #000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
#tooth2 {
	position:absolute;
	left:0px;
	top:150px;
	width:710px;
	height:416px;
	z-index:1;
	background-color: #CCCCCC;
	border-right-width: 0px;
	border-right-style: solid;
	border-left-color: #000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
#tooth img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
#tooth2 img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
