html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #24153f;
    color: #99aacc;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    min-width: 40em;
}

div.background {
    position: fixed;
    width: 100%;
    height: 100%;
}

div.contain {
    background: url(text.png) no-repeat right bottom fixed;
    background-image: url(text.png);
    background-repeat: no-repeat;
    background-align: right bottom;
    background-position: fixed;
    min-height: 100%;
    position: relative;
}

div.outer {
    position: relative;
    left: 50%;
    top: 0px;
    border: none;
    padding: 0px;
    padding-top: 32px;
    margin: 0px;
    width: 40em;
    margin-left: -20em;
    padding-bottom: 3em;
}

div.head {
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: -12px;
    line-height: 54px;
    border: none;
    margin: 0px;
    font-size: 64px;
    text-shadow: #222233 0.1em 0.1em 0.02em;
}

div.main {
    margin: 0px;
    margin-top: -20px;
    padding: 8px;
    padding-top: 28px;
    border-width: 1px;
    background-image: url(bg.png);
    -moz-border-image:url("bo.png") 1 1;
    -webkit-border-image:url("bo.png") 1 1;
    -o-border-image:url("bo.png") 1 1;
    border-image:url("bo.png") 1 1;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -o-background-clip: padding;
    background-clip: padding-box;
    text-shadow: #222233 0.1em 0.1em 0.02em;
}

div.foot {
    position: absolute;
    color: #bbddff;
    text-align: center;
    bottom: 0;
    width: 100%;
    height: 3em;
    text-shadow: #222233 0.1em 0.1em 0.02em;
}

div.right {
    color: #bbddff;
    float: right;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

a:link, a:visited, a:active {
    color: #ddffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

font.b {
    color: #bbddff;
}
