body { 
	background-image: url('../images/background.jpg'); 
	background-repeat: repeat-y; 
	background-position: center top; 
	background-color: #0f0e0e 
}

div.panels-flexible-region,.view-display-id-page { 
	background: linear-gradient(to bottom,  rgba(35,3,50,0.2) 0%,rgba(35,3,50,1) 250px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d230332', endColorstr='#230332',GradientType=0 ); /* IE6-9 */
}
div.panels-flexible-region-1-top	{ 
	background: linear-gradient(to bottom,  rgba(35,3,50,0.2) 0%,rgba(35,3,50,0.2) 250px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d230332', endColorstr='#4d230332',GradientType=0 ); /* IE6-9 */
}

*							{ color: white; border-color: white }
li a.active				   	{ color: #aaaaaa; }