	body {
		margin: 0px;
		padding: 0px;
	}
	#playcontainer {
		position: absolute;
		width: 248px;
		height: 440px;
		left: 50%;
		margin-left: -124px;
		top: 40px;
		background-image: url('../img/container.gif');
	}
	#playarea {
		background-color: #000;
		position: absolute;
		border-collapse: collapse;
		width: 240px;
		height: 432px;
		left: 4px;
		top: 4px;
	}
	#playarea td {
		width: 24px;
		height: 24px;
	}
	.block1 {
		background-color: #9F01CD;
	}
	.block2 {
		background-color: #3939F4;
	}
	.block3 {
		background-color: #8A8A8A;
	}
	.block4 {
		background-color: #ED5518;
	}
	.block5 {
		background-color: #E5E505;
	}
	.block6 {
		background-color: #42D4EE;
	}
	.block7 {
		background-color: #E50606;
	}
	.block {
		background-image: url('../img/piece.gif');
	}
	#startbutton {
		border: 1px solid #ED5518;
		text-align: center;
		width: 50px;
		height: 20px;
		background-color: #FFC3AB;
		cursor: pointer;
		position: absolute;
		left: 50%;
		margin-left: -25px;
		top: 10px;
	}