/* general declarations */

html {
  overflow : hidden;
}

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

a:link { 
  font-weight : bold;
  color : #f39905;
  text-decoration : none; 
} 

a:visited { 
  font-weight : bold;
  color : #f39905;
  text-decoration : none; 
} 

a:active {
  font-weight : bold;
  color : #f39905;
  text-decoration : none; 
} 

/* background */

body, div#background {
  border : 0px outset black; 
  position : absolute; 
  top : 0%; 
  left : 0%; 
  width : 100%; 
  height : 100%; 
  background-color : #000000; 
} 
       
div#background {
  background : url("mobile.png") repeat right top;  
}

img#backgroundimage { 
  border : 0px outset black; 
  position : absolute; 
  top : 2%; 
  left : 20%; 
  width : 60%; 
  height : 96%; 
  border : 4px outset black;
} 

/* text window #808084 */

div#text { 
  background-color : #323232; 
  color : #ffffff;
  position : absolute; 
  top : 17%; 
  left : 36.5%;
  right : 29%; 
  bottom : 30%;
  border : 2px inset black;
  padding : 6px;                
  overflow : auto;
  font-family : Verdana, "Comic Sans MS", Helvetica, Sans-Serif; 
  font-size : 10pt;
}

img.picture { 
  border : 2px solid black;
}
