@charset "utf-8";
#base_picture {
	position: relative;
	text-decoration: none;
}

#base_picture .text_box {
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
#image1 {
	position: absolute;
	left: 0px;
	top: 60px;
}
#image2 {
	position: absolute;
	left: 260px;
	top: 60px;
}
