/* center site vert and horz */
/*
* {margin:0;padding:0}
*/

/* mac hide \*/
html, body {
    height: 100%;
    width: 100%;
}

/* end hide */
body {
    text-align: center;
    min-height: 625px; /* for good browsers*/
    min-width: 950px; /* for good browsers*/
}

#outer {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

#container {
    text-align: center;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    height: 625px;
}

#inner {
    width: 950px;
    height: 625px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
