#pl{
width:50px;
height:50px;
top:10px;
left:10px;
position:fixed;
}
#pl:hover{
background-color:red;
}
#pl:active{
background-color:red;
opacity:.5;
}
