html,body{
height:100%;
background-color:#ffffff;
margin:0;
}

#main{
width:1000px;
height:292px;
margin:0px auto 0px;
position:relative;
top:200px;
}


#left{
width:49%;
height:292px;
float:left;
}

#rigth{
width:50%;
height:292px;
border-left:#bebebe solid 1px;
float:left;
}

#rigth div{
text-align:center;
margin-top:25px;

}

#left div{
text-align:center;
margin-top:25px;
}

a img{
text-decoration:none;
border:0;

}

.textlabel {


}
