<style>
@media only screen and (max-width: 736px) {
  #navigator {
    width: 90%;
    margin: auto;
    float: none;
  }

  #mainContent {
    width: 90%;
    margin: auto;
    float: none;
  }

  #sideBar {
    width: 90%;
    margin: auto;
    float: none;
  }
</style>



.first {
            width: 205px;
            height: 14px;
            line-height: 14px;
            margin-bottom: 10px;
            display: block;
        }

        .leftfix {
            float: left;
        }

        .rightfix {
            float: right;
        }

        .statistics {
            /*float: right;*/
            margin: 0 auto;
            height: 14px;
            line-height: 14px;
        }

        .font-s {
            font: 12px 'Microsoft yaHei', sans-serif;
            line-height: 1em;
vertical-align: center;
        }


#title{
background-color:#008eb7;color:white; border-radius:5px;text-shadow:2px 2px 3px #404040;
padding:0 10px;
}
#titlemid{
	background-color:#51C332;
	color:white; 
	border-radius:5px;
	text-shadow:2px 2px 3px #404040;
	padding:0 10px;
	width: 60%;
	font-size:22px;
}