html{
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	margin: 20px;
	text-align: center;
	background-image: url(images/bgline.gif);
	background-repeat: repeat-x;
	background-color: #FF6500;
	min-height:101%;
	font-size: 100.01%;
    position: relative;
    color: #000;
}
 
#box {
  width: 400px;
  margin: 0px auto;
  padding: 15px;
  text-align: left;
  background-color: #ffffc6;
}

