@charset "utf-8";
/* CSS Document */
/*--------------------- ¡õcontainer¡õ --------------------------*/
body{
margin:0;
padding:0;
background:url(../img/index_bg1.gif) repeat-x #ffffff;
text-align:center;
}
#bg{
margin:42px auto 0 auto;
padding:0;
width:698px;
height:459px;
text-align:left;
background:url(../img/index_bg0.jpg) no-repeat top;
}
#text{
font-size:12px;
color:#ffffff;
width:658px;
height:110px;
float:left;
margin:155px 0 10px 0;
padding:5px 20px;
overflow:hidden;
}
#text p{
margin:7px 3px;
padding:0;
}
#bg_btn{
margin:0;
padding:0;
}
#bg_btn a.btn0{
background:url(../img/index_btn0.gif) no-repeat 0 0;
width:226px;
height:62px;
float:left;
margin:5px 0 0 25px;
overflow:hidden;
}
#bg_btn a.btn0:hover{
background-position:0 -62px
}
#bg_btn a.btn1{
background:url(../img/index_btn1.gif) no-repeat 0 0;
width:119px;
height:43px;
float:left;
margin:5px 0 0 25px;
overflow:hidden;
}
#bg_btn a.btn1:hover{
background-position:0 -43px
}
/*--------------------- ¡ôcontainer¡ô --------------------------*/