*{
    padding:0;
    margin:0;
}

body{
    background: #000;
}
.wrapper{
    width: 960px;
    margin:0 auto;
    color:#999;
}
canvas{
    display:block;
    background: #000;
    border: 1px solid white;
    border-radius: 1px;
}
.info{
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
p{
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
}
.mod-botton{
    height: 32px;
    padding: 15px 0;
    text-align: center;
}