/*main*/

body {
    position: relative;
}

.clear {
    clear: both;
}

a {
    border: 0;
}

#wrapper .box img {
    border: 0;
    display:block;
    width:900px;
}

#wrapper{
    width:100%;
    overflow: auto;
    /*height:1000px;*/
    background-color: #bdfef8;
}
.box{
    width:900px;
    margin:0 auto;
    /*border:2px solid #363;*/
}
.box img{
    width:100%;
}
.tcLink{
    position:relative;
}
.tcLink .tc_btn{
    position:absolute;
    bottom:57px;
    right:9px;
    /*border:2px solid #0f0;*/
    width:84px;
    height:24px;
    background:url(_blank);
}