body{background:url(../images/texture.png);padding:10px 5px;font-family: Arial, Verdana, sans-serif;}
.wrapper{margin:10px auto;max-width:1035px;background-color: #fff;border-radius: 25px;-moz-border-radius: 25px;-webkit-border-radius: 25px;}
.wrapper-relatedSearch{margin:10px auto;max-width:1035px;background-color: #fff;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.domain{ font-size: 16px; font-weight: 100; padding-top: 20px; padding-bottom: 20px; color: #990000;}
.content{padding:20px 20px;box-shadow: 0 3px 5px #000;background:url(../images/shape.jpg) no-repeat center 96px fixed; min-height:420px;border-radius: 25px;-moz-border-radius: 25px;-webkit-border-radius: 25px;}
#rs{max-width:520px;margin:0 auto;}
#ads{max-width:520px;margin:0 auto;}
.realted_search {
    padding: 10px;
}
footer{font-size:12px;color:#666;margin:10px 0 20px 0;text-align:center;}
footer a{color:#f5f5f5 !important;padding:0 5px 0 0;}
footer span{border-left:1px #666 solid;padding:0 5px;}

@media (max-width: 768px) {
  .content  { 
     background: #ffffff url(../images/tablet-bg.jpg) no-repeat top center;
     padding:150px 10px 30px 10px;
     min-height: auto;
   }
}
@media (max-width: 540px) {
  .content {
   	 background: #ffffff url(../images/mobile-bg.jpg) no-repeat top center;
     padding:105px 10px 30px 10px;
   }
}