.roundCorner
{
    padding: 2em 0em 3.2em;
    border-top: 0;
    position: relative;
}
.roundCorner:after {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    height: 1.5em;
    border-radius: 0 0 70em 70em / 0 0 9em 9em;
    content: '';
    background: url(../img/appimages/Background1.png);
}