#right {
    width:1260px;
}
#right #message {
    font-size:16px;
    line-height:40px;
    text-align:center;
    border-bottom:1px #000 solid;
}
#right #info {
    width:1230px;
    padding-left:30px;
}
#right #info p {
    margin-top:80px;
    font-size:18px;
    color:red;
    text-align:center;
    font-weight:bold;
}
#right #info a {
    display:block;
    width:200px;
    height:200px;
    border:1px green solid;
    float:left;
    margin:30px 40px 0 0;
    background:#E3E3E3;
}
#right #info a.manage {
    background:#B3F84F;
}
#right #info a:hover {
    background:#fff;
}
#right #info a span {
    display:block;
    margin-top:20px;
    text-align:center;
    font-size:16px;
}
#right #info a span var.tmanage {
    color:red;
    font-size:12px;
}
#right #info a span.title {
    font-weight:bold;
}
#right #info a span var {
    color:#000;
    font-style:normal;
}