body {
	background-image: url(../images/back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
#shuffle {
	position:absolute;
	left:25px;
	top:147px;
	width:265px;
	height:76px;
	z-index:1;
}
#agree {
	position:absolute;
	left:65px;
	top:277px;
	width:186px;
	height:36px;
	z-index:1;
	background-image: url(../images/agree.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-bottom: 5px;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
#box {
	position:absolute;
	left:22px;
	top:93px;
	width:246px;
	height:239px;
	z-index:1;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
}
