body {
    overflow: hidden;
    background-image: url('/files/bg.png');
    background-repeat: repeat;
}

/*
div.entry {
    cursor: default;
    background: yellow;
    position: absolute;
    display: none;
}
*/
body {
    overflow: hidden;
    background-image: url('/files/bg.png');
    background-repeat: repeat;
}

div.entry:after {
  background: yellow;
    border: 2px solid #722000;
    border-radius: 25px;
    bottom: -60px;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 75px;
    width: 25px;
/*    z-index: 10; */
}

div.entry:before {
    background: yellow;
    border: 2px solid #722000;
    border-radius: 50px;
    bottom: -40px;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    right: 100px;
    width: 50px;
/*    z-index: 10; */
}

div.entry {
    cursor: default;
    background: yellow;
    position: absolute;
    display: none;
    border: 2px solid #722000;
    border-radius: 240px / 140px;
    padding: 20px 100px;
/*    text-align: center;*/
}


div.entry pre {
  font-family: fantasy, comic Sans MS, Helvetica;
}
