#topC{
    width:100%;
    position:absolute;
    margin-top:40px;
    margin:50px 0 0 0;
    z-index:99;
}
#top{
    background:#003366;
    width:100%;
    min-height:300px;
    color:#FFF;
    padding:20px 0 20px 0;
}
#top p{
    margin:0 10px 10px 10px;
    font-size:26px;
}
h3{
    text-align:center;
    padding:10px;
}
#con1{
    width:80%;
    min-height:200px;
    margin:10px 10% 10px 10%;
    background:#0000FF;
    color:#FFF;
    border-radius:10px;
}
#con2{
    width:80%;
    min-height:200px;
    margin:10px 10% 10px 10%;
    background:#9400D3;
    color:#FFF;
    border-radius:10px;
}
#con3{
    width:80%;
    min-height:200px;
    margin:10px 10% 10px 10%; 
    background:#DAA520;
    color:#FFF;
    border-radius:10px;
}
#bottom{
    width:100%;
    background:#0000FF;
    color:#FFF;
    padding:20px 0 20px 0;
}
#bottom ul{
    margin:0;
}
#bottom li{
    display:block;
    width:88%;
    margin-top:20px;
    margin-bottom:10px;
    border-bottom:1px solid #FFF;
}