/* CSS Document */

#bbs{
width:180px;
margin:0 auto;
font-size:75%;
text-align:center;
background:#FFF url("bbsimg/bbsbg.jpg") no-repeat fixed;
}

*{
margin:0;
}

a:link{
color:#CC9900;
}

a:visit{
color:#999933;
}

.bbs-img{
margin-top:10px;
text-align:left;
}

.bbs-header{
width:179px;
height:23px;
background:url("bbsimg/bbs_header.gif")
}

.bbs-mes{
width:179px;
background:url("bbsimg/bbs_bg.gif")
}

.bbs-part{
width:179px;
height:16px;
background:url("bbsimg/bbs_line.gif")
}

.bbs-resmes{
width:179px;
background:url("bbsimg/bbs_resbg.gif")
}

.bbs-footer{
width:179px;
height:20px;
background:url("bbsimg/bbs_footer.gif")
}

.mes{
width:140px;
margin:0 20px;
color:#FFF;
background:#000;
}

.resmes{
width:140px;
color:#000;
margin:0 20px;
line-height:140%;
}