/* Add styles here */
#container{
    border: 5px inset gray;
    border-radius: 5px;
}
#container:hover{
    background-color: silver;
}
#DrawContainerHolder{
    position: absolute;
    left:0px;
    top:50px;
    height:700px;
    width:740px;
    background-color: lightgrey;
    border: 15px solid silver;
    border-left: none;
    border-radius: 15px;
}