#Snow{     
position: fixed;       
top: 0;      
left: 0;      
width: 100%;    
height: 100%;      
z-index: 99999;     
background: rgba(255,255,240,0.1);       
pointer-events: none;
 }
body{
	background-image: url("https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=2808473634,3574031128&fm=26&gp=0.jpg");
 	background-size:cover;
	background-attachment: fixed;
	background-repeat:no-repeat;
}
#home{
background-color:transparent; 
}
#sidebar_news,#sidebar_search,.catListLink,#sidebar_postcategory,#sidebar_postarchive,.catListView{
background-color:transparent; 
}