* {
	color: 		#ddd;
	background: #111;
}

div {
	padding: 	5px;	
	text-align: left;
	margin:		auto;
	border: 		solid 1px #ddd;
	max-width: 	800px;
}

div#operation_area {
	width: 		800px;
	height: 		500px;
	position: 	fixed;
	left: 		100px;
	top:			50px;
	background:	url("../img/bg1.jpg") 100% 100%;
	text-align:	center;
	margin:		auto;
}


div#pallet {
	position: 	fixed;
	top: 			520px;
	left: 		500px;
	width: 		150px;
	height: 		30px;
	background: url("../img/palette11.png") no-repeat;
	border:		none;
	
}

div#ball {
	position: 	fixed;
	width:		10px;
	height:		10px;
	background:	url("../img/ball.png");
	border:		#153 solid 1px;
	border-radius:10px;	
}

div#points_table {
	text-align: center;
	margin:		5px auto;
	padding:		2px;
	width: 		400px;
	font-size:	0.8em;
	font-family:Arial;
}

div.brick {
	border:		none;
	border-radius: 4px;
	background: darkred url("../img/bricktexture.jpg") fixed;
	position:	fixed;
	width: 		50px;
	height:		15px;
	padding:		0px;
	margin:		0px;
}

div.brick_shadow {
	z-index:		-1;
	opacity: 	0.1;
	border:		none;
	border-radius: 4px;
	background: black;
	position:	fixed;
	width: 		50px;
	height:		15px;
	padding:		0px;
	margin:		0px;
}

div#bottom_line {
	position: fixed;
	top: 		710px;
	left:		100px;
	width: 	800px;
	height:	2px;
	padding: 0px;
	background: red;
	border:	none;
	
}