body{
    background: url('/static/images/bg.png');
    color: #0a0a0a;
    font: 14px/2em Helvetica, Microsoft Yahei, "黑体", Arial, Tahoma;
}

a{
    text-decoration: none;
}

.block-center{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.line{
    width: 60%;
    margin: 0 auto;
    height: 1px;
    background-color: #111;
    margin-top: 20px;
    box-shadow: 0px 1px #666;
}

.footer{
    padding: 10px;
    width: 60%;
    color: #777;
    font-weight: 300;
    text-shadow: 1px 1px #000;
}
