body {
  cursor:pointer;
  padding-top:175px;
}
body {
  background: url(/branding/worldclass-6/img/bg_top.jpg),url(/branding/worldclass-6/img/bg_bottom.jpg);
  background-color:#ff1520;
  /* background-attachment: fixed; */
  /* background-size:cover; */
  background-repeat:no-repeat,no-repeat;
    z-index: -1;
	cursor:pointer;
	background-position: 50% 0px,left 50% bottom 354px;
}
#container {
  z-index: -1;
}
.content {z-index: 1;}
.container,.container.top {
  position:relative;
  background-color:#fff;
  cursor:auto;
}
.container.top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
nav {
  background:none;
}
nav section.container {
  background:#0096ff;
}
footer section.container {
  background:none;
   background:#2388cc;
}
.footer-bottom {

  background-image:url(/branding/worldclass-6/img/wc-logo.png);
  background-repeat:no-repeat;
  background-position: 10% 43px;
}
.brand-wc {
  height:100vh;
  position:fixed;
  width:100%;
  min-width:1600px;
  top:0;
  /* background:url(/branding/worldclass-6/img/bg_bottom.jpg) no-repeat; */
	/* background-position: 50% bottom;   */
}

.brand-btn-wc {
  display:block;
  width: 327px;
  height: 54px;
  background:url(/branding/worldclass-5/img/btn.png) no-repeat 0 0;
  margin:0 auto;
  position:absolute;
  left:0;
  right:0;
  top:202px;
}

.brand-btn-wc:hover,.brand-btn-wc:active,.brand-btn-wc:focus {
  background-position:0 -54px;
}
@media only screen and (max-width: 1600px) {
body {
  padding-top:175px;
}
  .brand-btn-wc {
    top:142px;
  }  
}