container {
    position: relative;
}

.box {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 100px;
    top: 40px;
}

#one { background-color: #F33; }
#two { background-color: #F99; }
#three { background-color: #9F9; }