body {
	width : 100%;
	background-color:#ffffff;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#menu{
	z-index:1;
	top:0px;
	left:0px;
}
#main{
	z-index:0;
	top:0px;
	left:0px;
}

/* profile */
.profile_box{
	background-image: url(../img/back_profile.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 540px;
	width: 819px;
	position: relative;
	font-size: 12px;
	line-height: 16px;
}
.profile_box a{
	color: #C00;
}
#main .text_about {
	position: absolute;
	left: 160px;
	top: 120px;
	width: 420px;
	height: 80px;
}
#main .text_other {
	position: absolute;
	left: 160px;
	top: 260px;
	width: 340px;
	height: 220px;
}

.c_star {
	color: #429aeb;
}

