@charset "utf-8";


#notice{
position:fixed;
top:10px;
right:10px;
padding:10px;
color:#fff;
background:rgba(0,0,0,0.7);
border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

#announce{
padding: 10px 15px;
background: rgba(0,0,0,0.05);
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

#announce p{
margin:0;
}

