#global-header-wrapper {
  position: relative;
}
.background-takeover {
  position:relative;
  height: 100%;
  background: url("https://static.garmincdn.com/shared/m/g/project/on-the-water/market-page-takeover/bg.jpg") repeat-x 50% 0 #020202; 
}
.wrapper {
  width: 940px;
  height:100%;
  position: relative;
  margin: 0 auto;
}
.button-wrapper{
  display:block;
  position:relative;
  top:0;
  left:50%;
  width:595px;
  height:595px;
  margin-left:-297px;
}
.glow, .button, .icon, .arrow {
  position: absolute;
  background:transparent;
  top:0;
  left:0;
}
.glow img, .button img, .icon img, .arrow img{
  display:block;
  max-width:100%;
  margin:0;
}
.button {
  top: 97px;
  left: 97px;
}
.arrow {
  top:auto;
  bottom: 0;
  left: 50%;
  width: 190px;
  height: 178px;
  margin-left:-95px;
  cursor:pointer;
}
.message {
  position: relative;
  top: 0;
  text-align: center;
  font-family: 'Open Sans','HelveticaNeue','HelveticaNeueu',Arial,sans-serif;
  font-weight: 300;
  color: #fff;
  z-index:1000;
}
.message h3 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.message h3 sup {
  font-size: 24px;
}
.message p {
  margin-bottom: 12px;
}


.transparent {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
