/* Basic CSS file
 * Created By Fred Quan
 * Copyright (c) 2010 Fred Quan
 */

body, html, #wrapper {
    color: white;
    background-color: #4B0082;
    width: 100%;
    height: 100%
}
#wrapper {
    display: table
}
#main {
    display: table-cell;
    vertical-align: middle;
    text-align:center
}
