@charset "utf-8";
/* CSS Document */
#announcement #Header{ height:90px;}
#announcement #Container{	background:#231f20 none;}
#BoxR{ float:right;}
#BoxL{ float:left;}
#announcement .block {width:980px; position:relative; }
#announcement .block #body{ display:block; height:100%;}
#top_r,#top_l,#bottom_r,#bottom_l{position:absolute; width:5px; height:5px; display:block; line-height:0; font-size:0;}
#announcement #top_r{ top:0; right:0; background:url(../images/block_corner.gif) no-repeat top right;}
#announcement #top_l{ top:0; left:0; background:url(../images/block_corner.gif) no-repeat top left;}
#announcement #bottom_r{bottom:0; right:0; background:url(../images/block_corner.gif) no-repeat bottom right;}
#announcement #bottom_l{ bottom:0; left:0; background:url(../images/block_corner.gif) no-repeat bottom left;}


#annMsg{ width:570px; height:100%; display:block; margin:30px auto; position:relative; background:url(../images/ann_body.gif) repeat-y;
text-align:center; }
#annMsg h5{ background:url(../images/ann_tle.gif) no-repeat; height:26px; display:block; width:100%; font-size:15px; 
color:#FFF; line-height:26px; font-weight:bold; text-indent:10px; padding:0; text-align:left}
#annMsg .content{  width:100%;background:url(../images/ann_BG.gif) top no-repeat;}
#annMsg .bottom{ background:url(../images/ann_bottom.gif) no-repeat; height:4px; display:block; width:100%; 
position:absolute; bottom:0; left:0;}
.content .words{ line-height:50px; font-size:13px; width:95%; margin:0 auto; padding-bottom:20px;}
