@charset "utf-8";
html{ 
background: url(../images/bg02.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
p{
margin:5px;
}
.us_content{
margin-top:-20px;
}
.us_text{
background-color:#FFF;
border-radius: 10px;
padding: 5px 10px 10px 10px;
width: 550px;
height: 490px;
float:left;	
overflow:visible;
color:#61ACA0;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:400;	
}
.about_us{
background-image: url(../images/icon10.png);
background-size: 100% 100%;
background-repeat:no-repeat;
height:70px;
width:142px;
}
.us_icon{
background-image: url(../images/logo.png);	
background-size: 100% 100%;
background-repeat:no-repeat;
height: 165px;
width: 165px;
margin: 50px 50px 0 40px;
float:left;
}
.us{
height:520px;	
}  