html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  color: #51c3e5;
  background: silver;
  font-family: arial, sans-serif;
  font-size: 12px;
}
body,div,td,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
div {
  overflow: hidden;
}
a {
  color: #51c3e5;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #888;
}
#wrapper {
  width: 1000px;
  height:1000px;
  background: #e5ebf0;
}
#header {
  width: 1000px;
  height: 80px;
  background: url(images/header.jpg);
}
#menu {
  position: relative;
  height: 35px;
  width: 550px;
  top: 23px;
  left: 450px;
  background: url(images/bg_menu.jpg) top left no-repeat;
}
#top_menu {
  position: relative;
  top: 4px;
  left: 4px;
  height: 27px;
  width: 521px;
}
#top_menu a {
  display: block;
  float: left;
  height: 27px;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 14px 0;
}
#top_menu a.active {
  background: #ededed;
}
#top_menu a:hover {
  background: #f8f8f8;
}
#mid_head {
  width: 1000px;
  height: 239px;
  background: url(images/mid_head.jpg);
}
#row_new {
  width: 1000px;
  height: 263px;
  background: #fff url(images/bg_new.jpg) top right no-repeat;
}
#row_new h3 {
  padding: 14px 54px;
}
#left_new {
  float: left;
  width: 33px;
  height: 263px;
  background: url(images/bg_left_new.jpg);
}
.new {
  float: left;
  width: 300px;
  height: 200px;
  padding: 8px;
  color: #444;
}
.new p {
  padding: 5px;
  color: #888;
}
.new h3 {
  color: #51c3e5;
}
.cellphone {
  float: left;
  padding: 0 16px;
  font-size: 20px;
}
#divider1 {
  width: 1000px;
  height: 6px;
  background: url(images/bg_div1.jpg);
}
#row_popular {
  width: 1000px;
  height: 285px;
  background: #fff url(images/bg_popular.jpg) top right no-repeat;
}
#row_popular h3 {
  padding: 14px 54px;
}
#left_popular {
  float: left;
  width: 33px;
  height: 285px;
  background: url(images/bg_left_popular.jpg);
}
#divider2 {
  width: 1000px;
  height: 13px;
}
#footer {
  width: 1000px;
  height: 114px;
  background: #fff;
}
#bottom_menu {
  margin-left: 30px;
}
#bottom_menu a {
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 15px;
}
#counter {
  float: right;
  width: 223px;
  height: 52px;
}
#counter img {
  float: right;
}
#counter a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 15px;
}
#other_sites {
  float: left;
  width: 760px;
  height: 62px;
  color: #888;
  margin-left: 45px;
}
#other_sites a {
  margin-right: 15px;
  text-decoration: underline;
  color: #888;
}
