div#content-main {
    margin-bottom: 20px;
}

div#main-intro {
    width: 100%;
    padding-bottom: 110px;
    overflow: hidden;
    position: relative;
}
dl#intro-persistence {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 125%;
}
dl#intro-persistence dt {
    width: 350px;
}

dl#intro-payment,
dl#intro-pension {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #3e647e;
    background: transparent url('../../images/layout/box-shade.png') no-repeat scroll 0 0;
    width: 188px;
    height: 110px;
    margin-right: 4px;
    padding: 0 4px 4px 0;
    float: left;
    position: relative;
    z-index: 1;
}
dl#intro-payment dt {
    line-height: 12px;
    background-color: #caba99;
    padding: 6px;
}
dl#intro-payment dd {
    text-align: center;
    background: transparent url('../../images/layout/gradient-beige.gif') repeat-x scroll 0 0;
    height: 50px;
    padding-top: 36px;
}
dl#intro-pension dt {
    line-height: 12px;
    background-color: #c0ca99;
    padding: 6px;
}
dl#intro-pension dd {
    text-align: center;
    background: transparent url('../../images/layout/gradient-green.gif') repeat-x scroll 0 0;
    height: 67px;
    padding-top: 19px;
}

div#intro-pyramid {
    position: absolute;
    bottom: 25px;
    right: 0;
}
.pyramid {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 90%;
    color: #3e647e;
}
.pyramid {
    width: 400px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.pyramid-lft {
    width: 0;
    height: 0;
    border-top: 200px solid #fff;
    border-right: 200px dashed transparent;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.pyramid-rgt {
    width: 0;
    height: 0;
    border-top: 200px solid #fff;
    border-left: 200px dashed transparent;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.pyramid li {
    margin: 0 0 4px 0;
    list-style-type: none;
    text-align: center;
}
li#pyramid-public {
    background-color: #dde1ed;
    padding: 30px 175px 0;
    height: 40px;
}
li#pyramid-service {
    background-color: #ebdad9;
    padding: 20px 150px 0;
    height: 35px;
}
li#pyramid-private {
    background-color: #e8e1d2;
    padding: 20px 100px 0;
    height: 47px;
}

div.wrapp1 {
    background: transparent url('../../images/layout/page/pension/about-main-wrapp1.jpg') no-repeat scroll 100% 0;
    padding-right: 170px;
}
div.wrapp1 h3 {
    margin-top: 1em;
}

