#box {
    width: 200px;
    height: 200px;
    background: #00486e;
    position: absolute;
    color: #FFF;
}

.box {
    border: 1px solid red;
    position: absolute;
}