body, html {
  height:100%;
  border:0;
  padding:0;
  margin:0;
  text-align:center;
  background: #f7bb74;
}
#container {
  min-width:570px;
  min-height:800px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 570 ? "570px": "100%" ); /* pro IE */
  height:expression(document.body.clientHeight < 802 ? "802px": "100%" ); /* pro IE */
  position:absolute;
  top:0;
  left:0;
}
#container-horizontal {
  text-align:left;
  margin:auto;
  position:absolute;
  top:50%;
  left:50%;
}
#container-in {
  position:absolute; 
  top:-400px;
  left:-285px;
  width:570px;
  height:800px;
  overflow:none;
} 

a, img { border: 0 }

