#popup {
position: absolute;
width: 170px;
height:345px;
top: 100px;
left: 50%;
margin-left: -85px;
text-align: right;
background: #FFF;
border: solid 2px #238C47;
padding: 5px;
}
#popup img {
border:0;
}