* { margin: 0; padding: 0; border: 0; }

.rss-popup {
    margin: 0;
    padding: 0;
    width: 313px;
	height:179px;
    position:relative;

}
 
div#carl em {
    background: url(images/bubble.png) no-repeat;
    width: 313px;
    height: 179px;
    position: absolute;
    top: -530px;
    left: 53px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;

}
 
#rss-icon {
    width: 42px;
    height: 42px;
    background: url(images/icon.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}
