body, html {
	height:100%;
	border:0;
	padding:0;
	margin:0;
	text-align:center;
	background-color: #642176;
}

#container {
  min-width:760px;
  min-height:570px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 760?
    "760px": "100%" ); /* pro IE */
  height:expression(document.body.clientHeight < 570?
    "570px": "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:-275px;
  left:-380px;
  width:760px;
  height:570px;
  background-color: #f26520;
  overflow:auto;
} 
