html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

:focus {
  outline: 0;
}

html {
  height: 100%;
}

body {
  min-width: 1024px;
  height: 100%;
  background: #000;
}

#header {
  position: relative;
  z-index: 9999;
}
#header h1 {
  position: absolute;
  top: 6px;
  left: 14px;
  z-index: 9999;
}
#header .logo {
  position: absolute;
  top: 6px;
  right: 20px;
  z-index: 9999;
}

#spTxt {
  color: #FFF;
  text-align: center;
  display: none;
}
#spTxt .spTxtInnner {
  position: absolute;
  width: 620px;
  padding: 20px;
  line-height: 1.6em;
  border: 1px solid #999;
  text-align: center;
}
#spTxt .spCopyright {
  position: absolute;
  width: 100%;
  text-align: center;
}

#wrap {
  position: relative;
  z-index: 0;
  height: 100%;
  min-height: 650px;
  display: none;
}

#menu {
  width: 1024px;
  padding-bottom: 6px;
  position: absolute;
  display: none;
}
#menu ul {
  overflow: hidden;
  *zoom: 1;
}
#menu ul li {
  float: left;
}
#menu ul li.navBtn a {
  display: block;
  width: 87px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
#menu ul li.navBtn a img {
  position: absolute;
}
#menu ul li.navBtn a img.over {
  top: -38px;
}
#menu ul li.navSub {
  line-height: 0px;
}
#menu ul li.storeArea {
  float: left;
  position: relative;
}
#menu ul li.storeArea .storeBtn {
  position: absolute;
  left: 0;
  top: 10px;
}
#menu ul li.storeArea .storeCver {
  position: absolute;
  left: 0px;
  top: 10px;
  display: none;
}
#menu .socialBtn {
  padding-top: 15px;
  text-align: right;
}

#content {
  position: absolute;
  width: 1024px;
  height: 536px;
}
#content #arrowNext {
  position: absolute;
  right: 0;
  top: 250px;
  z-index: 9999;
}
#content #arrowPrev {
  position: absolute;
  left: 0;
  top: 250px;
  z-index: 9999;
}
#content #skipmovie {
  position: absolute;
  right: 112px;
  top: 537px;
  z-index: 9999;
}


#content ul {
  position: relative;
  text-align: center;
}
#content ul li {
  width: 1024px;
  text-align: center;
  display: none;
}
#content ul li .bg, #content ul li .tx {
  position: absolute;
  top: 0;
  left: 0;
  width: 1024px;
  height: 536px;
}
#content ul li .bg img, #content ul li .tx img {
  position: relative;
  text-align: center;
}
#content ul li.branch .replay {
  position: absolute;
  top: 439px;
  left: 445px;
}
#content ul li.branch .feature {
  position: absolute;
  top: 608px;
  left: 539px;
}
