/* CSS Document */
#greeting{
width:100%;
background-color:#D9CDB5;

	zoom: 1;
	overflow: hidden;
	overflow: -moz-scrollbars-none;
}
#greeting .left{
width:670px;
float:left;
text-align:left;

}
#greeting .right{
width:280px;

float:right;
text-align:left;

}

#greeting .left .con{
margin-left:28px;
margin-top:30px;
width:580px;
color:#000000;
line-height:24px;
}
#greeting .right .con{
margin-top:67px;
width:208px;
border:1px solid #FFF;
}
.greeting01{
margin-bottom:30px;

}