#divPadre {
    height:90%;
    width:100%;
     text-align:center;
}
#divHijo {
    height:90%;
    width:800px;
     margin:0px auto;
}