html, body,
#wrapper {
  min-width: 1100px;
}

#wrapper {
  overflow: hidden;
}

area {
  border: none;
  outline: none;
}

#bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  z-index: -1;
}

#bg div {
  position: absolute;
  /*width: 100%;*/
  width: 0;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

#bg div img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#bg #timeline {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: #00B8C9;
  z-index: 10000;
}

#bg #title {
  position: fixed;
  top: 10px;
  right: 40px;
  font-size: 12px;
  z-index: 10000;
}

#home-video {
  width: 140px;
  height: 80px;
  position: absolute;
  left: 37px;
  bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  /*
  &:hover{
  	@include opacity(.8);
  }
  */
}

#home-video img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -13px;
}

#home-video .play {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/common/play.png) no-repeat 0 0;
}

#screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../images/common/black.png);
  top: 0;
  left: 0;
  display: none;
}

#screen .close {
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/page/close.png) no-repeat 0 0;
  left: 50%;
  top: 50%;
  margin: -191px 0 0 246px;
  z-index: 1;
  cursor: pointer;
}

footer {
  position: absolute;
  /*
  left: 50%;
  margin-left: -285px;
  */
  right: 20px;
  bottom: 0;
  width: 836px;
  background: red;
}

footer #copyright {
  position: absolute;
  bottom: 30px;
}

footer #whats-new,
footer #live {
  background: url(../images/common/blue.png);
  padding: 10px;
  position: absolute;
  width: 522px;
  left: 0;
  bottom: 50px;
  font-size: 11px;
}

footer #whats-new {
  bottom: 125px;
}

footer #whats-new p,
footer #live p {
  font-size: 12px;
  float: left;
  color: #fff;
  line-height: 1.3;
  width: 50px;
}

footer #whats-new ul,
footer #live ul {
  float: left;
  margin-left: 10px;
}

footer #whats-new li,
footer #live li {
  line-height: 1.3;
  font-weight: bold;
  font-size: 10px;
}

footer #whats-new a,
footer #live a {
  color: #fff;
}

footer #whats-new a:hover,
footer #live a:hover {
  text-decoration: underline;
}

footer #whats-new a time,
footer #live a time {
  margin-right: 5px;
}

footer #footer-banners {
  right: 0;
  bottom: 50px;
  position: absolute;
}

footer #footer-banners li {
  margin-top: 10px;
}

footer #footer-banners li a {
  display: block;
}

footer #footer-banners li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

footer #footer-banners li a img {
  display: block;
  width: 260px;
  height: auto;
}

#link {
  position: absolute;
  width: 250px;
  padding: 0 20px;
  background: url(../images/common/blue.png);
  top: 0;
  right: -290px;
  height: 100%;
  z-index: 10;
  transition: all 0.4s ease-out;
}

#link.open {
  -webkit-transform: translate3d(-290px, 0, 0);
  -ms-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}

#link p {
  position: absolute;
  width: 22px;
  height: 52px;
  background: url(../images/common/blue.png);
  cursor: pointer;
  top: 50px;
  left: -22px;
}

#link p span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/link.png) no-repeat 6px 8px;
}

#link ul {
  padding: 50px 0;
  margin-top: -20px;
}

#link ul li {
  margin-top: 20px;
}

#link ul li a {
  display: block;
}

#link ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#link ul li a img {
  display: block;
}

#screen {
  display: block;
}

#screen div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -300px;
  width: 600px;
  height: 420px;
}
#screen div.popupbg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
#screen div img,
#screen div a {
  display: block;
  width: 100%;
  height: auto;
}

#screen div iframe {
  display: block;
}

#screen a .close,
#screen div .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 1;
  margin: 0;
  background: url(../images/home/close.gif) no-repeat 0 0;
}

