#background {
	height: 500px;
	border: 1px solid black;
	background: url("bg2.jpg") white top left repeat scroll;
	overflow: hidden;
	position: relative;
}

.glass_container {
	background: url("bg2-blurred.jpg") white -20px -20px repeat scroll;
	top: 20px;
	left: 20px;
	width: auto;
	height: auto;
	float: left;
	clear: both;
	position: absolute;
	padding: 20px;
	border-top: 1px solid white;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #00B9B9;
	border-bottom: 1px solid #009797;
	color: black;
	cursor: move;
	opacity: 0.9; /*CSS 3*/
}

#box2 {
	background-position: -390px -100px;
	left: 390px;
	top: 100px;
	width: 300px;
	height: 300px;
}