html{
 height:100%;
} body{
 height:100%;
	color:#333;	
	line-height:120%;
	color:#464646;
	background:url(img/bg.gif) repeat-y center top;
              -webkit-text-size-adjust: none;
} 
#box{
/* position:relative;*/
 position:absolute;
 border:0px ridge Ivory;
 top: 0%;
 left:50%;
 width:890px;
 margin-left: -445px;
 margin-top: 0px;
 background-color: #f9fff9;
} 