.member_area
{
 width : 100%;
 height: 300px;
 padding-top: 10px;
}

.member_area_big
{
 width : 100%;
 height: 650px;
 padding-top: 10px;
}

.member_img
{
 width : 25%;
 height: 100%;
 float: left;
 
}

.member_profile
{
 width : 50%;
 height: 100%;
 background-image: url("../images/member/member_profile.jpg");
 background-size: cover;
 float: left;
}

