#div-central {
    /*background-image: url("../images/sitemap-background.png");*/
    /*background-size: 100% 100%;*/
    background-color: #262626;
}

.sitemap {
    height: auto;
    width: 100%;
    margin-top: 140px;
    font-family: arial, sans-serif;
    font-size: 24px;
    /*text-align: center;*/
    padding-left:10%;
}

.sitemap a{
    color:white;
}

.sitemap a:hover{
    color:orange;
}

.souspage{
    font-family: arial, sans-serif;
    font-size: 20px;
}

.souspage1{
    font-family: arial, sans-serif;
    font-size: 18px;
}

#sitemap {
    margin-left: 36%;
}

.div {
    width: 28%;
    background-color: beige;
    height: 100px;
    border-radius: 10px;
}

#top-left {
    
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

#top-right {
    float: right;
    margin-right: 2%;
    margin-left: 2%;
}

#top-center {
    float: none;
    overflow: hidden;
    margin-left: 36%;
}

#middle {
    width: 62%;
    margin-left: 36%;
}

.p-sitemap {
    width: 100%;
    font-family: arial, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #333;
    margin-top: 0;
    padding-top: 35px;
}

#link1 {
    height: 50px;
    width: 1%;
    margin-left: 20%;
    float: left;
}