html, body {
    height: 100%;
    overflow: hidden;
}
body {
    background: #000 url(../images/emi.gif) 50% 20% no-repeat;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 { display: none; }
h2 {
    width: 400px;
    height: 23px;
    margin: 30px auto;
    background: url(../images/teksti.gif) no-repeat;
    text-indent: -9999px;
}
a:link, a:visited, a:active {
    color: #e2001a;
    text-decoration: none;
}
a:hover {
    color: #808080;
    text-decoration: underline;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    margin-left: -240px;
    margin-top: -80px;
}

.btn a {
    display: block;
    width: 232px;
    height: 34px;
    background: url(../images/register_0.gif) no-repeat;
    text-indent: -9999px;
    margin: 30px auto 32px auto;
}
.btn a:hover { background: url(../images/register_1.gif) no-repeat; }


