body {
    background: #e2dccd;
    font-size: 16px;
    color: #141414;
}

.clear {
    clear:both;}

.layout {
    width: 1041px;
    margin: 0 auto;
}

.main_directory {
    width: 100%;
    height: 292px;
    margin-top: 26px;
}

.left_side {
    width: 445px;
    height: 292px;
    float: left;
}

.logo_side {
    float: left;
    width: 148px;
    height: 292px;
}

.right_side {
    float: right;
    width: 448px;
    height: 292px;
}

.text_area {
    padding: 25px;
}

h1 {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 25px;
}

.watching_text {
    font-size: 22px;
    font-weight: bold;
}

.ico {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    float: left;
    margin-top: 10px;
}

.main_directory .left_side a {display: block; width: 445px; height: 292px; overflow: hidden;}
.main_directory .left_side a:hover {text-indent: -445px;}
.main_directory .left_side a img {border: none;}

.main_directory .right_side a {display: block; width: 448px; height: 292px; overflow: hidden;}
.main_directory .right_side a:hover {text-indent: -448px;}
.main_directory .right_side a img {border: none;}

.main_directory .left_side .ico a {display: block; width: 40px; height: 40px; overflow: hidden;}
.main_directory .left_side .ico a:hover {text-indent: 0px;}
.main_directory .left_side .ico a img {border: none;}

.main_directory .right_side .ico a {display: block; width: 40px; height: 40px; overflow: hidden;}
.main_directory .right_side .ico a:hover {text-indent: 0px;}
.main_directory .right_side .ico a img {border: none;}