body{
    height: 1000px
}

.bounds{
    position:relative;
    top:4%;
    left:30%;
    width:40%;
    height:100%;
    background-color: #ffff00;
}
.topbar{
    position: relative;
    width:100%;
    height:20%;
    background-color: #ff8800;
    rotate: 0.7deg;
}

.sidebar{
    position: relative;
    width:20%;
    height:50%;
    background-color: #ff8800;     
}

.mainpage{
    position:relative;
    top:-52%;
    left:20%;
    width:80%;
    height:80%;
    background-color: #ff66cc;
}