body{
    margin: 0px;
    height: auto;
    background-image: url("../image/back.jpg");
    background-attachment:fixed;
    padding: 0;
}
.header{
    text-align: left;
    width: 1010px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #9bf2d6), color-stop(0.00, #d5def6));
    background: -webkit-linear-gradient(top, #d5def6 0%, #9bf2d6 100%);
    background: -moz-linear-gradient(top, #d5def6 0%, #9bf2d6 100%);
    background: -o-linear-gradient(top, #d5def6 0%, #9bf2d6 100%);
    background: -ms-linear-gradient(top, #d5def6 0%, #9bf2d6 100%);
    background: linear-gradient(top, #d5def6 0%, #9bf2d6 100%);
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    -khtml-opacity: 0.90;
    opacity:0.90;
    margin: 60px auto 0px;
    border-radius: 5px/15px;
}
img.title {
    width: 250px;
    height: 80px;
    margin-left: 20px;
}
#main{
    margin-bottom: 30px;
    margin-left: 10px;
    background-color: white;
    width: 700px;
    height: auto;
    border-radius: 15px/15px;
    padding-bottom: 50px;
    background-image: url("../image/mainback.gif");
    float: left;


}
#footer{
    text-align: right;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #def246), color-stop(0.51, #c3d825), color-stop(0.50, #d1e637), color-stop(0.00, #eaf2b1));
    background: -webkit-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #c3d825 51%, #def246 100%);
    background: -moz-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #c3d825 51%, #def246 100%);
    background: -o-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #c3d825 51%, #def246 100%);
    background: -ms-linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #c3d825 51%, #def246 100%);
    background: linear-gradient(top, #eaf2b1 0%, #d1e637 50%, #c3d825 51%, #def246 100%);
}

#menu{
    list-style-type: none;
    width: 100%;
    height: 40px;
    top:-32px;
    padding: 0;
    background: #8a9b0f;
    border-bottom: 3px solid #535d09;
    border-radius: 2px 2px 0 0;
    letter-spacing: 0.1em;
    font-family: 'Arial', 'Tahoma', sans-serif;
    font-size: 200%;
    position:fixed;
}
#menu li{
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
#menu li a{
    display: block;
    margin: 0;
    padding: 15px 0 11px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
#menu li:hover > a{
    background: #6e7c0c;
    color: #eff7b1;
}
#menu > li:hover > a{
    border-radius: 3px 3px 0 0;
}
#menu li:last-child ul{
    left: -100%;
    width: 100%
}
#main h1{
    font-stretch: ultra-expanded;
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
}
#main span{
    font-size: 25px;
    text-align: left;

}
#main #mainA{
    padding:30px 0px 30px;
    margin: 0px 5px 0px;
}
#main #mainA span{
    margin-top: 30px;


}
#main #mainA #video #live_embed_player_flash{
    padding:2px 5px 10px; 
    font-weight:normal; 
    font-size:10px;
    text-decoration:underline; 
    width:640px;
    height:390px;



}
#main #mainA #comment{
    margin-left: 5px;
    width: 350px;
    height: 540px;
}
#main #mainA #share{
    text-align: left;
    margin-left: 25px;
    margin-bottom: 5px;
}
#twitter{
    float: left;
    width: 300px;

}
#lklink{

}
#comp{
    margin-top: 20px;
    width: 1010px;
    margin-left: auto;
    margin-right: auto;

}
#clear{
    clear: both;
}
#mainmenu{
    top: 0;
}