/* CSS for pages centered both horizontally and vertically */

html, body, table.splash {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
}

table.splash {
    position: absolute;
    top: 0;
    left: 0;
}

td.splash {
    height: 100%;
    text-align: center;
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 0px;
}
