body{
    background-color: black;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 1100px;
    background-color:rgb(65, 57, 61);
}

#topart {
    position: relative;
    width: 1200px;
    height: 294px;
    background-color: rgb(65, 57, 61);
    
    
}

#middle {
    position: relative;
    width: 1200px;
    height: 731px;
    background-color: blue;
}

#logo {
    position: absolute;
    width: 275px;
    height: 147px;
    background-color: rgb(65, 57, 61); 
}
#logo img {
    padding-left: 15px;
    padding-top: 15px;
}

#sidenav {
    position: absolute;
    width: 275px;
    height: 584px;
    background-color: rgb(65, 57, 61);
    top: 147px;
}

ul#sidemenu{
    margin: auto
}
ul#sidemenu li {
    list-style-type: none;
    padding-top: 15px;
    padding-left: 20px;
}
ul#sidemenu li a {
    text-decoration: none;
    color: white;
}
ul#sidemenu li a:hover {
    color: crimson
}

#textbox {
    position: absolute;
    width: 905px;
    height: 731px;
    background-color: rgb(138, 140, 143);
    left: 275px;
}
#textbox {
    padding-left: 20px;
}

#footer {
    position: relative;
    width: 1200px;
    height: 75px;
    background-color: rgb(20, 20, 20);
}
