/* @group General Styles */

body {
	color: #b0b0b0;
	background: black;
}
	
/* @end */

/* @group Layout */

#containerOuter {
	background: url('../images/background/light.png') no-repeat center top;
}

#containerInner {
	background: url('../images/content/gradient-bottom-black.png') repeat-x left bottom;
}

/* @end */
