
body {
    padding:0px;
    margin:0px;
}
a {
  border: 0px;
}

img {
  text-decoration: none;
  border: 0px;
  border-style: none;
}

#container {
    position: absolute;
    width: 158px;
    height: 598px;
    border:1px solid #000;
    top: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}

#content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f26122;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 998;
    background-color: #f26122;
}

#txt1 {
    position: absolute;
    text-align: center;
    width: 160px;
    top: 20px;
    z-index: 100;
}


#txt2 {
    position: absolute;
    text-align: center;
    width: 160px;
    top: 252px;
    z-index: 200;
}

#txt4 {
    position: absolute;
    text-align: center;
    width: 160px;
    top: 272px;
    z-index: 400;
}
#txt5{
    position: absolute;
    text-align: center;
    width: 160px;
    top: 231px;
    z-index: 501;
}
#grey {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 450;
    background-color: #2f2f2f;
}


#pic {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 301;
}
#pic img {
    display: block;
}

#logo {
    position: absolute;
    text-align: center;
    width: 160px;
    top: 541px;
    z-index: 502;
}
#cta {
    position: absolute;
    text-align: center;
    width: 160px;
   top: 336px;
    z-index: 503;
}

#w1 {
    position: absolute;
    top: 79px;
    left: 2px;
    z-index: 109;
}

#w2 {
    position: absolute;
    bottom: -4px;
    right: 4px;
    z-index: 108;
}

#blue {
    position: absolute;
    bottom: 0px;
    z-index: 101;
}
#blue img {
    display: block;
}

#orange {
    position: absolute;
    width: 300px;
    height: 260px;
    top: 79px;
    left: 0px;
    z-index: 103;
    background-color: #f26122;
}



