
#centered {
    width: 750px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -375px;
    margin-top: -225px;
    padding:0px;
    overflow:hidden;
    background-color: #ffffff;
    border:0px solid #000000;
    }
