#wrap {
     width: 1000px;
     margin: auto;
    text-align: center;
    /* Valid:
     * baseline, sub, super, top, text-top, middle,
     * bottom, text-bottom, length, or a value in percentage
     */
    vertical-align: text-top;
   }