﻿body {
    background-color: #fef1e1;
    width: 760px;
}

#Entertainment_Detail {
    padding: 20px;
}

    #Entertainment_Detail .Name {
        display: block;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        font-weight: bold;
        color: #d8801f;
    }

    #Entertainment_Detail .Content {
        display: block;
        margin: 10px 0 0 0;
        font-size: 14px;
        color: #6B6B6B;
    }

    #Entertainment_Detail img {
        display: block;
        margin: 0 auto;
    }
