.construction {
    width: 400px;
    height: 600px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-200px;/* half width*/
    margin-top:-300px;/* half height*/
}