#shadow-container {
	position: relative;
	left: 6px;
	top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .shadow6,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
	
	#shadow-container .shadow1 {
		background: #050505;
	}
	
	#shadow-container .shadow2 {
		background: #101010;
	}
	
	#shadow-container .shadow3 {
		background: #1f1f1f;
	}
	
	#shadow-container .shadow4 {
		background: #333333;
	}
	
	#shadow-container .shadow5 {
		background: #4d4d4d;
	}

	#shadow-container .shadow6 {
		background: #616161;
	}

	#shadow-container .container {
		background: #050505;
		border: 1px solid red;
	}