
#btn a{
display:block;
color:#dddddd;
background:#222244;
width:100px;
height:20px;
line-height:20px;
text-decoration:none;
text-align:center;
margin: 0px;
}

#btn a:hover{
color:#222244; 
background:lightgreen;
}
