@charset "utf-8";
/* CSS Document */
#bottom{
font-size:12px;
float:left;
background:#F1F1F1;
margin-top:10px;
text-align:center;
border-top:1px solid #F2D679;
width:100%;
}
#bottom p{
margin:0;
padding:0;
}
#bottom a{
font-size:12px;
color:#000000;
}
#bottom a:hover{
color:#FF0000;
}