html
  {
          background:#e6e6e6 url(images/bannerimg1_background.jpg) no-repeat center 83px;
          -webkit-background-size: 100%;
          -moz-background-size: 100%;
          -o-background-size: 100%;
          background-size: 100%;
   }
@media only screen and (min-width: 1400px) {}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.content{
	/*margin-top:250px !important;*/	
}
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
.content{
	/*margin-top:250px !important;*/	
}	
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
.content{
	/*margin-top:220px !important;*/	
}	
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
.content{
	/*margin-top:165px !important;*/	
}	
}
@media only screen and (min-width: 100px) and (max-width: 360px) {
.content{
	/*margin-top:115px !important;*/	
}	
}
.content{
	/*margin-top:320px;*/	
}