.body {
    color: #FFFFFF;
    background-color: #666666;
    width: 728px;
    text-align: left;
}
.login {
    color: #FFFFFF;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}
.cover {
    color: #CCCCCC;
    font-size: 24px;
    font-weight: bold;
    background-color: #222222;
    width: 100%;
    height: 100%;
    min-height:100%;
    text-align: center;
}
.big {
    font-size: 96px;
}
.header {
    font-size: 48px;
    font-weight: bold;
    color: #BBBBBB;
    background-color: #333333;
    width: 728px;
}
.bottom {
	text-align: center;
    color: #DDDDDD;
    background-color: #555555;
    width: 728px;
    height: 24px;
}
html { height: 100%; }
body {
    background-color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #222;
}
.title {
    font-size: 20px;
    font-weight: bold;
}
.copy {font-size: 12px}
a:link {
    color: #EEEEEE;
    font-weight: bold;
}
a:visited {
    color: #EEEEEE;
}
a:hover {
    color: #FFFFFF;
}
