body {
  background: #000;
  color: #fff; 
}

a {
  color: #29f;
}

#ipad, #iphone, #iphone5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 80px;
  left: 0px;
  top: 0px;
}


#iphone5.portrait {
  _background: url('iphone5/IPhone5.png');
  _width: 330px;
  _height: 642px;  

  background: url('iphone5/IPhone5-Big.png');
  width: 365px;
  height: 713px;  

}



#iphone5 #frame {
  border: none;
  background: #fff;
  position: absolute;  
  overflow-x: hidden;
}

/*main working class sadbar*/
#iphone5.portrait #frame {
  _width: 292px;  
  width: 320px;  
  height: 490px;
  left: 23px;
  top: 130px;  
}

#frame::-webkit-scrollbar { width: 0px; height: 0px; background: transparent; }
#frame::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.75); -webkit-border-radius: 4px; border-radius: 0px; width: 0px; height:0px; }

#footer{
  margin-left: 40%;
  margin-top: 3%;
  margin-right: auto;
  font-size:12px;
  
}