
* {
    margin: 0px;
    padding: 0px;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #2286c6;
}

#box {
    width: 796px;
    margin: 0px auto;
    border: 1px solid;
}

a {
    display: inline-block;
    line-height: 40px;
    width: 72px;
    height: 40px;
    text-align: center;

}

span {
    font-size: 12px;
}