@media screen and (max-width: 480px){
 
	       #header {
                        background:url(../demos_img/NewHHIndex2.png) no-repeat;	
                        position:absolute;
                        width:100%;
                        height:200px;
                        margin-left: 20px;
                        margin-right:auto;
                        margin-top: 150px;
                        margin-bottom: auto;
                        
		}
                #l_welcome{
                    font-family: Arial;
                    color: #ffffff;
                    font-size: 60px;
                    text-justify: distribute;
                    padding-left: 10px;
                }
                #s_wtext{
                  font-family: Arial;
                  color: #ffffff;
                  font-size: 12px; 
                  padding-left: 25px;
                  padding-right: 55px;
                }
                #contain_m{
                  background: #e74c3c;	
                  position:relative; 
                  text-align: justify;
                  margin-left: 20px;
                  margin-right: 40px;
                  float:right;
                  width: 900px;
                  height:600px;
                  border:outset 0px #000000;
                 -moz-border-radius: 10px;  
                 -webkit-border-radius:10px;
                  border-radius: 10px;
               
                }
                #sub_contain_m {
                  background: #e74c3c;	                  
                  position:relative; 
                  margin-left: 100px;
                  margin-right: 10px;
                  float:right;
                  width: 150px;
                  height:200px;
                  font-size: 12px;
                  color:#ffffff;
                      
                }
                   #sub_contain_m2 {
                  background: #e74c3c;	
                  position:relative; 
                  margin-left: 100px;
                  margin-right: 10px;
                  float:right;
                  width: 150px;
                  height:200px;
                  font-size: 12px;
                  color:#ffffff;
                      
                }
                #icoss{
                        background: #ffffff;	
                        position:absolute;
                        float: left;
                        text-align: justify;
                        width:25%;
                        height:100px;
                        margin-left: 20px;
                        margin-right:auto;
                        margin-top: 425px;
                        margin-bottom: auto;  
                }
                #navMain{
                        background: #000000;	                        
                        float:right;
                        width:45%;
                        height:50px;
                        margin-left: 600px;
                        margin-right:20px;
                        margin-top: 45px;
                        margin-bottom: auto; 
                         border:outset 0px #000000;
                 -moz-border-radius: 10px;  
                 -webkit-border-radius:10px;
                  border-radius: 10px;
                }   
}


