html {
  overflow: hidden;
}
body {
  font-family: Verdana,Tahoma, arial, helvetica, sans-serif;
  background: #F0F3F8;
  color: #fff;
  margin:0px;
  padding:0px;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border: 0px;
  vertical-align: top;
  text-align: left;
}
table {
  clear: left;
}
td, th, p, div, a {
  font-size: 12px;
  color: #4087C0;
  border:0;
}
h3 {
  font-weight: normal;
}
img {
  border: 0px;
  margin:0px;
}
.main{
  width: 100%;
  height: 100%;
}
.center{
  width: 100%;
  height: 300px;
  position: absolute;
  top: 20%;
}
.title-logo{
  width: 100%;
  height: 109px;
  clear: both;
  top: 0px;
  position: relative;
  background: url(images/title-logo.jpg) no-repeat left;
}
.content{
  height: 283px;
  width: 100%;
  clear: both;
  position: relative;
  background-color: #476076;
}
.content .flash{
  width; 100%;
  height: 270px;
  position: relative;
  clear: both;
}
.content .line-up{
  width: 100%;
  height: 7px;
  background: url(images/line-up.jpg) repeat-x;
  padding: 0px;
  margin: 0px;
  font-size: 0;
  clear: both;
}
.content .line-down{
  width: 100%;
  height: 7px;
  background: url(images/line-down.jpg) repeat-x;
  padding: 0px;
  margin: 0px;
  position: relative;
  font-size: 0;
  clear: both;
}
.content .globe{
  width: 615px;
  height: 270px;
  float: left;
  background-color: #476076;
  z-index: 5;
}
.content .clock{
  width: 350px;
  height: 270px;
  float: right;
  background-color: #476076;
  position: absolute;
  z-index: 10;
  right: 0px;
}
.footer{
  width: 100%;
  height: 100px;
  clear: both;
  padding: 0;
  margin: 0;
}
.footer .menu{
  width: 600px;
  height: 70px;
  float: left;
}
.footer .menu ul{
  list-style-type: none;
  margin:0;
  margin: 20px 0px 0px 55px;
  padding:0;
}
.footer .menu li{
  display:inline;
  margin: 5px 10px 5px 0px;
  padding:0;
  font-size: 14px;
  color: #445D71;
  font-weight: bold;
}
.footer .menu li a{
  font-size: 14px;
  color: #445D71;
  font-weight: bold;
  text-decoration: none;
}
.footer .menu li.rd{
  padding-right: 15px;
  border-right: #445D71 solid 2px;
}
.footer .flag{
  width: 300px;
  height: 70px;
  float: right;
}
.footer .flag ul{
  float: right;
  list-style-type: none;
  margin:0;
  margin: 13px 20px 0 0;
  padding:0;
}
.footer .flag li{
  display: inline;
  float: right;
  margin: 5px 10px 5px 0px;
  padding:0;
  font-size: 15px;
  color: #445D71;
  font-weight: bold;
}
.footer img.sl{clear:both; padding:80px 0 0 55px}