﻿body
{
    margin:0px;
    background-image: url(/Picture/topback.jpg)  ;
    background-repeat: repeat-x;

 
   
    background: #991001;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#991001), to(#2f0500));
    background: -webkit-linear-gradient(#991001, #2f0500);
    background: -moz-linear-gradient(#991001, #2f0500);
    background: -ms-linear-gradient(#991001, #2f0500);
    background: -o-linear-gradient(#991001, #2f0500);
    background: linear-gradient(#991001, #2f0500);
    -pie-background: linear-gradient(#991001, #2f0500);
    
    behavior: url(/CSS/PIE.htc);

    
}

a
{
    color:#f2812f;
    text-decoration:none;
}

a img
{
    border:0;
}

bodyx
{
    margin:0px;
    font-family: Arial;
    font-size:13px;
    height:165px;
    background-image: url(/Picture/topback.jpg)  ;
    background-repeat: repeat-x;
    background-color:#f2812f;


}

.TD_HeaderBackLeft
{
    height:165px;
    background-image:url(/Picture/topback.jpg);
    background-position:right;
}

.TD_Header
{
    height:165px;
    background-color:black;
}

.TD_Main
{
    position:relative;
    z-index: 0;

    background: #991001;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#991001), to(#2f0500));
    background: -webkit-linear-gradient(#991001, #2f0500);
    background: -moz-linear-gradient(#991001, #2f0500);
    background: -ms-linear-gradient(#991001, #2f0500);
    background: -o-linear-gradient(#991001, #2f0500);
    background: linear-gradient(#991001, #2f0500);
    -pie-background: linear-gradient(#991001, #2f0500);
    
    behavior: url(/CSS/PIE.htc);
}

.TD_Bottom
{
    position:relative;
    z-index: 0;

    background: #252221;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#252221), to(#100f0f));
    background: -webkit-linear-gradient(#252221, #100f0f);
    background: -moz-linear-gradient(#252221, #100f0f);
    background: -ms-linear-gradient(#252221, #100f0f);
    background: -o-linear-gradient(#252221, #100f0f);
    background: linear-gradient(#252221, #100f0f);
    -pie-background: linear-gradient(#252221, #100f0f);
    
    behavior: url(/CSS/PIE.htc);

    color:#616161;
    padding:15px;
    font-size:11px;
}

.cover-container {
    width: 464px;
    height: 268px;
    display: block;
    position: relative;
    margin: 10px 0 10px 0;
}
.cover-container .cover-item-01 {
    top: 0;
    left: 0;
    width: 13px;
    height: 268px;
    display: block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../picture/cover-01.png);
}
.cover-container .cover-photo {
    top: 6px;
    left: 18px;
    width: 440px;
    height: 255px;
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cover-container .cover-item-02 {
    top: 0;
    left: 13px;
    width: 451px;
    height: 268px;
    display: block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../picture/cover-02.png);
}
.cover-container .cover-item-03 {
    top: 23px;
    left: 13px;
    width: 228px;
    height: 53px;
    display: block;
    position: absolute;
    overflow: hidden;
    color: #ffbe5d;
    font-size: 24px;
    font-weight: 700;
    line-height: 53px;
    font-family: Arial, Helvetica, sans-serif;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../picture/cover-03.png);
}
.cover-container .cover-item-03 .small {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}