
#main{
	position:absolute;
	width:600px;
	height:450px;
	z-index:1;
	left:300;
	top:125
}
#bio_img{
	position:absolute;
	width:100px;
	height:102px;
	z-index:2;
	left:25px;
	top: 25px;
	background-image:url(bio_img.jpg)
}
#close_btn{
	position:absolute;
	width:80px;
	height:33px;
	z-index:5;
	left:490px;
	top: 400px;
	background-image:url(close.gif)

}
#bio_txt{
	position:absolute;
	width:550px;
	height:200px;
	z-index:3;
	left: 25px;
	top: 175;
}

#name{
	position:absolute;
	width:100px;
	height:50px;
	z-index:4;
	left: 475px;
	top: 25px;
}

.style_text {
	font-family: "segoe UI", Verdana;
	font-size: 9pt;
	color: #535353;

}
.style_text_name{
	font-family: "segoe UI", Verdana;
	font-size: 10pt;
	color: #535353;
}

