#container{
    height:400px;
    border:black 5px solid;
    position: relative;
}
#box{
    position: absolute;
    height:0;
    left:0;
    background-color: brown;
    width:50px;
    height:50px;
    border: 3px gray solid;
}