body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("img/bg.png");
	background-repeat:repeat-x;
	background-color: #FFE35F;
	margin:0 auto;
	padding:0;
	text-align:center;
}

h1 {
	background: url(img/vr.png) no-repeat;
	width: 401px;
	height: 97px;
	text-indent: -99999px;
	text-align:center;
}

#box {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top:210px;
	width:401px;
}