@charset "UTF-8";
body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

#container_dc {
  position: absolute;
  width: 538px;
  height: 148px;
  border: 1px solid #000080;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#content_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: url('pattern.jpg') left top no-repeat #fff;
  background-size: 399px;
}

#background_exit_dc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

/* ========================================
UNIT CSS
======================================== */

#header {
  width: 193px;
  height: 58px;
  position: absolute;
  left: 102px;
  top: 7px;
  cursor: pointer;
  background: url('header.png') center center no-repeat;
}

#background-click{
  position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 150px;
    cursor: pointer;
}


#articles_loading {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 390px;
  height: 77px;
  background-color: #fff;
  background-image: url('loading.gif');
  background-position: center;
  background-repeat: no-repeat;
}

#articles_container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 390px;
  background: #9c9a9a;
}

#article1, #article2 {
  height: 67px;
  width: 361px;
  background: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 43, 97, 0.15);
  border-radius: 5px;
  margin: 5px 13px;
}

.articles a {
  width: 280px;
  padding: 10px 10px 10px 10px;
  display: block;
  text-decoration: none;
}

.articles p {
  font-family: 'Karma', serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  display: block;
}

.articles span {
  font-family: 'Karma', serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  display: block;
}

.articles span>em {
  content: " Read More";
  font-size: 11px;
  font-weight: bold;
  color: #3581df;
}

.articles span:after {
  content: url('arrow.png');
  position: relative;
  margin-left: 10px;
  top: 1px;
}

.articles img {
  float: left;
  margin-right: 5px;
  width: 67px;
  height: 49px;
  border-radius: 5px;
}

#mpu {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 0;
  top: 0;
  cursor: pointer;
}

#mpu:hover {
  background-color: rgba(255, 255, 255, .15);
}

#sponsor {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 0;
  top: 0;
  background: url('sponsor.jpg') left top no-repeat;
  background-size: contain;
}

#sponsor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
}

#sponsor:hover:before {
  opacity: 1;
}