@charset "UTF-8";
/* CSS Document */

#announcement-bg {
	position:absolute; z-index:100; width:100%; height:0; line-height: 0; top:0; left:0; background:#000;
}

#announcement {
	position:absolute; z-index:101; width:100%; height:0; line-height: 0; top:0; left:0; background:none; 
	text-align:center;
}


.ann-text { padding:20px 0; background:#EFEFEF; width:500px; margin:15px auto 0; }

.a-container { position:relative; top:0; }

.announcement-top { margin:10px auto 0; background:url(../img/announcement/top.gif) 0 0 no-repeat; width:600px; height:35px; }
.announcement-bottom { margin:0 auto; background:url(../img/announcement/bottom.gif) 0 0 no-repeat; width:600px; height:35px; }
.announcement-middle { 
	margin:0 auto; background:#FFF; text-align:center; 
	border-left:1px #CCC solid; border-right:1px #CCC solid;
	height:auto; width:598px; 
}
	.ann-text p { text-align:left; padding:0 38px 12px; line-height:19px; } 
	.announcement-middle img#main { margin:0 auto 15px; }
	
#close-btn { width:71px; height:28px; background:url(../img/announcement/close.jpg) 0 0; margin:20px auto 0; cursor:pointer; }

#close-btn:hover { background-position:0 28px; }