/* about.css */
.aboutbox {
    margin-bottom: 30px;
}
.aboutbox a {
    font-weight: bold;
    text-decoration: none;
    color: #0099ff;
}
.aboutbox a:hover {
    color: #990033;
}

h1 {
    font: bold 13px/13px Verdana,sans-serif;
    letter-spacing: 1px;
    color: #940C16;
}

.gettingstarted {
    display: block;
    width: 500px;
    height: 180px;
    background: url(../../media/illus/getstarted.jpg) top no-repeat;
}
.unicef1 {
    display: block;
    width: 500px;
    height: 212px;
    background: url(../../media/illus/unicef1.jpg) top no-repeat;
    margin-top: 5px;
}
.gate {
    display: block;
    width: 500px;
    height: 230px;
    background: url(../../media/illus/gate.jpg) top no-repeat;
    margin-top: 5px;
}