
Attachment 11111.txt added.Conversation opened. 1 read message.


Skip to content
Using Gmail with screen readers
Conversations

Unread
 
1–1 of 1
 

Everything else
 
1–50 of 1,304
 
4.34 GB of 15 GB used
Terms · Privacy · Program Policies
Last account activity: 5 minutes ago
Details
@charset "utf-8";
/* CSS Document */

html {
  overflow: hidden !important;
}

body {
  overflow: hidden !important;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;      
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Formata-Condensed', 'HelveticaNeueLTW1G-MdCn';
  background-size: 1024px 768px;
}

sup {
  line-height: 0px;
}

/*Basic Reset*/

a, ul, li, i, b, u, img {
  text-decoration: none;
  border: none;
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 0px;
  outline: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix:after {
  display: none;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* micro cf */

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

#wrapperImg {
  visibility: visible;
}

#wrapper {
  position: absolute;
  width: 1024px;
  height: 768px;

  background-size: contain;
  top: 0px;
  left: 0px;
}



/*----------------  button start------------------------*/

#right-arrow {
  position: absolute;
  width: 27px;
  height: 46px;
  top: 327px;
  right: 12px;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
}


#left-arrow {
position: absolute;
width: 27px;
  height: 46px;
  top: 327px;
  right: 981px;
background-image: url(../images/left-arrow.png);
background-repeat: no-repeat;
}

 
#btn1 {
  position: absolute;
  width: 89px;
  height: 45px;
  top: 675px;
  right: 886px;
  background-image: url(../images/btn1.png);
  background-repeat: no-repeat;
}

#btn2 {
  position: absolute;
  width: 162px;
  height: 45px;
  top: 675px;
  right: 725px;
  background-image: url(../images/btn2.png);
  background-repeat: no-repeat;
}

#btn3 {
  position: absolute;
  width: 162px;
    height: 45px;
    top: 675px;
    right: 563px;
  background-image: url(../images/btn3.png);
  background-repeat: no-repeat;
}

#btn4 {
  position: absolute;
  width: 162px;
    height: 45px;
    top: 675px;
    right: 402px;
  background-image: url(../images/btn4.png);
  background-repeat: no-repeat;
}

#btn5 {
  position: absolute;
  width: 162px;
    height: 45px;
    top: 675px;
    right: 240px;
  background-image: url(../images/btn5.png);
  background-repeat: no-repeat;
}

#btn6 {
  position: absolute;
  width: 96px;
    height: 45px;
    top: 676px;
    right: 146px;
  background-image: url(../images/btn6.png);
  background-repeat: no-repeat;
}

#btn7 {
  position: absolute;
     width: 96px;
    height: 45px;
    top: 675px;
    right: 50px;
    background-image: url(../images/btn7.png);
  background-repeat: no-repeat;
}


/*---------------- LOGO ------------------------*/

#logo {
  position: absolute;
  width: 206px;
  height: 84px;
  top: 50px;
  right: 50px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

/*---------------- icon start------------------------*/

#icon1 {
  position: absolute;
  width: 383px;
    height: 40px;
    top: 70px;
    right: 542px;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;

}

#icon2 {
  position: absolute;
    width: 699px;
    height: 71px;
    top: 145px;
    right: 276px;
  background-image: url(../images/icon2.png);
  background-repeat: no-repeat;

}

#icon3 {
  position: absolute;
   width: 483px;
    height: 313px;
    top: 280px;
    right: 445px;
  background-image: url(../images/icon3.png);
  background-repeat: no-repeat;
  
}

#icon4 {
  position: absolute;
    width: 337px;
    height: 119px;
    top: 370px;
    right: 86px;
  background-image: url(../images/icon4.png);
  background-repeat: no-repeat;
}

#icon5 {
  position: absolute;
    width: 851px;
    height: 83px;
    top: 603px;
    right: 75px;
  background-image: url(../images/icon5.png);
  background-repeat: no-repeat;
}






