html {
	
	background: #000 url(/_i/bg/memory_bgk3.jpg) repeat-x right top;
	color: #FFF;
	
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

}
body {
    background: url(/_i/bg/memory_karaugom3.jpg) no-repeat right top;
	color: #FFF;
}
H1 {
	color: #FFF;
}
a {
	color: #999;
}
a.user {
	background: none;
	color: #999;
}

#logotype_block, #bottommenu_col3 {
	display: none;
}

#bottommenu {
    border-top: 1px solid #333;
	color: #666;
}
#bottommenu a.user {
    color: #666;	
}

/* Memory */

div.userpage_dates {
	margin: 10px 0 30px 0;	
}	
div.userpage_dates_birth_death {
	display:inline;
	border-radius: 4px;
	padding: 3px 5px;
	background: #BBB;
	color: #000;
	font-weight: 600;
	font-size: 100%;
	
}