html, body {
	background: #333 !important;
	
}

.head_noti {
	background: black !important;
	color: white !important;
	
}

.head_noti a {
	color: white !important;
	
}



.games_index li .games_name {
	
	background: 
    linear-gradient(
        0deg, 
        rgba(51, 51, 51, 1) 0%, 
        rgba(51, 51, 51, 0.75) 55%, 
        rgba(51, 51, 51, 0) 100%
    ), 
    linear-gradient(
        0deg, 
        rgba(51, 51, 51, 1) 0%, 
        rgba(51, 51, 51, 0.75) 20%, 
        rgba(51, 51, 51, 0) 100%
    );
    text-shadow: 1px 1px black;
    color: #aaa;
}


.menu_provider {
    background: #222;
}

.vendorList {
    

    
}

.menu_item dl.btn_set dd a {   
    

	
}

.btn_set a {
	color: white !important;
}
.menu_item ul, .btn_set a {
	border: 0;
	background: #444 !important;
}

.menu_item ul small {
	color: #aaa;
}
.menu_item ul em {
	color: white !important;
}
