
	#bricks_top_left {
		background-image:url(./images/bricks_top_left.gif);
		position:fixed;
		background-repeat:no-repeat;
		width:134px;
		height:80px;
		left:0px;
		top:0px;
		border:0px;
	}
	#bricks_bottom_right {
		background-image:url(./images/bricks_bottom_right.gif);
		position:fixed;
		background-repeat:no-repeat;
		width:146px;
		height:62px;
		right:0px;
		bottom:0px;
	}
	#bricks_top_right {
		background-image:url(./images/bricks_top_right.gif);
		position:fixed;
		background-repeat:no-repeat;
		width:134px;
		height:80px;
		right:0px;
		top:0px;
	}
