* {
  margin:0;
  padding:0;
  color:#F6D895;
  font-family:helvetica, sans-serif;
}
html {
  background:#000;
}
body {
  width:320px;
  height:480px;
  overflow:auto;
  background:#bbb;
  text-align:left;
  color:#000;
}
img {
  border:none;
}
p {
  margin:5px 0;
}
#ihead {
  background:#fff;
  
}
#content {
  padding:10px;
}
