body{background: url(logo_master.png) #fff  no-repeat top left fixed;}
a:link {color: #000;text-decoration: none; font-weight:bold;}
a:visited {color: #000;text-decoration: none; font-weight:bold;} 
a:hover {color: #000;text-decoration: none;}   
a:active {color: #000;text-decoration: none;}

div#iphone
  {
  position: absolute;
  top: 135px;
  left:5px;
  width:300px;
  background-color:#ffffff;
  font-family: Helvetica; 
  font-size: 11px;
  border: 1px solid #000;
  padding: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0px 1px 0px #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcc), to(#fff));
  }
div#desktop
  {
  visibility:hidden;
  }
div#email
  {
  font-variant: small-caps;
  font-family: Helvetica; 
  font-size: 15px;
  position: absolute;
  top: 115px;
  right: 12px;
  text-shadow: 1px 1px 1px #fff;
  }
