body {
	background-color: #EEE;
}

.BOX {
	width: 1024px;
	height: 2964px;
	border: 0px solid #444;
	box-shadow: inset 0px 0px 0px #666;
	position: relative;
	left: auto;
	margin-left: auto;
	right: auto;
	margin-right: auto;
	overflow: auto;
	top: 0px;
	margin-top: 0px;
	-webkit-box-shadow: inset 0px 0px 0px #666;
}
