#content .news a.link {
	color: #601D00;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	display: block;
}
#content .separate {
  border-bottom: 1px solid #D8B17C;
  clear: both; 
  padding: 5px;
  line-height:0; 
}
#content .more {
	color: #601D00;
	font-size: 12px;
}


#fb_wrapper{
    width:100%;
    height:100%;
    display: block;
    position:fixed;
    top:0px;
    left:0px;
    background: url('../images/fb_pop_bg2.png') repeat top left;
    overflow:hidden;
}

#fb_content{
   width:655px;
   height:590px;
   display:block;
   margin: 0 auto;
   margin-top:60px;
   position:relative;
   background: url('../images/fb_pop_bg.png') no-repeat top left;
}

#fb_close{
    position: absolute;
    top:16px;
    right:15px;
    width:50px;
    height:50px;
}


#fb_box{
position:absolute;
display:block;
top:240px;
left:55px;
width:514px;
height:258px;
}

#fb_like{
position:absolute;
display:block;
top:241px;
left:56px;
width:512px;
height:62px;
z-index:5000;
background:#fff;
}

#fb_like a.title{
color:#3B5998;
text-decoration: none;
position:absolute;
top:5px;
left:76px;
}


#fb_like a.image{
position:absolute;
top:4px;
left:10px;
display:block;
width:56px;
height:56px;
background: url('../images/fb_pop_logo.png') top left no-repeat;
}

#fb_like a:hover{
text-decoration:underline;
}

#fb_like .name{
font-size:14px;
font-weight:bold;
line-height:15px;
}

#fb_like .fb_like_btn{
position:absolute;
top:28px;
left:76px;
}

