/* div{
border: 1px solid #000;
} */

#profile{
width: 900px;
margin: 200px auto 0 auto;
}

#line{
border-bottom: 1px solid #d6d6d6;
width: 100%;
padding-top: 100px;
}

#profile_pic{
width: 200px;
//margin: 0 auto 30px auto;
margin: 0 350px 20px 350px;
float: left;
}

#profile_name{
text-align: center;
font-family: "Helvetica",sans-serif;
font-weight: bold;
color: #444;
font-size: 24pt;
margin-bottom: 20px;
clear: both;
}

#profile_desc{
margin: 0 100px;
text-align: center;
font-family: "Helvetica",sans-serif;
color: #b0b0b0;
}