@charset "utf-8";
/* CSS Document */


html{
overflow-y:scroll;
}

html, body { 

height: auto;
width: 100%;
height: 100%;
margin: 0px auto;
background-color:#ffffff;
text-align: left;


}


#wrap {
height: auto;
height: 100%;
width:800px;
background-color:#999;
position: relative;
text-align: center;
margin:0px  auto;
}


#main {

height:auto;
height: 100%;
width:796px;
background-color:#ffffff;
position: relative;
text-align: center;
margin:0px  auto;

}


#top { 
height:auto;
width:796x;
background-color:#ffffff;
position: relative;
text-align: center;
padding:200px 0px 0px 0px;
}

#profile { 
height:auto;
width:796x;
background-color:#ffffff;
position: relative;
text-align: center;
padding:100px 0px 0px 0px;
}

#profile_img { 
height:100%;
width:796x;
background-color:#ffffff;
position: relative;
text-align: center;
padding:0px 0px 0px 0px;
}



