/* CSS Document */
BODY{
margin:0 auto;
padding:0;
border:0;
background-color:#f7f7f7;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:100%;
}
.left{
float:left;
}
.right{
float:right;
}
.wrap{
clear:both;
}
#mother{
width:1000px;
margin:0 auto;
}
#footerbg{
background-image:url(../images/footerbg.jpg);
background-position:top center;
background-repeat:no-repeat;
width:991px;
height:28px;
}
#headerbg{
background-image:url(../images/headerbg.jpg);
background-position:top center;
background-repeat:no-repeat;
width:1000px;
height:132px;
}
.number_text1{
font-family:Thome, Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
font-weight:bold;
color:#85caff;
}
.input_box{
width:105px;
border:none;
height:13px;
background-color:#f0f0f0;
}
