#appTaskbox{
width: 35px;
background: url('../img/taskbox.png'); 
background-repeat: no-repeat;
background-size: 27px 27px;
background-position: center center;
}

#Taskbox{
position: absolute;
margin-top: 100px;
z-index: 1000;
display: none;
}

#wrapper {
  background: #222;
  width: 288px;
}

#main {
  padding: 5px;
  width: 288px;
}