body{    
    width: 100%;
    height: 100%;
    max-height: 1474px;
    text-align:center;
    z-index:-1;
    background-color: #e6e6e6;
}            
.div_Box{
    position:relative;
    margin: 0px auto;
    width: 1024px;
    height: 1474px;    
    background:url('../img/bg/b_back_1.jpg');
    z-index:1;
}            

.o_logo {
    width: 255px;
    height: 101px;
    margin-top: 70px;
    margin-left: 398px;
    z-index:3;
    position:absolute;
}

.b_aboutus{
    width: 800px;
    height: 40px;
    margin-top: 370px;
    margin-left: 115px;
    font-family:'Colonna MT';
    font-size:24pt;    
    z-index:3;
    position:absolute;
/* 
    border-width:1px;
    border-style:dashed;border-color:#FFAC55; */
}

.b_aboutus_p{
    width: 650px;
    height: 350px;
    margin-top: 430px;
    margin-left: 180px;
    z-index:3;
    position:absolute;
    text-align: left;
    font-family:'華康儷宋';
    font-size:15pt;
    line-height: 180%;
    /* border-width:1px;
    border-style:dashed;border-color:#FFAC55; */
}


.Footer {
    width: 100%;
    height: 100px;
    text-align:right;
    font-family: '方正細黑一';
    top: 1374px;
    z-index:1;
    position:absolute;
}