body{
    background-image: url("https://images.cnblogs.com/cnblogs_com/blackpink/1893936/o_201204115324timg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#home{
    background-color: rgba(255,255,255,0.8);
}

#Tsidebox{
    position: fixed;
    right: 200px;
    background: rgba(0,0,0,0.1);
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
}

#Tsidebox_content{
    text-decoration: none;
    color: black;
    font-family: Arial;
    display: block;
    height: 50px;
    width: 50px;
}

#Tsidebox:hover{
    background: rgba(0,0,0,0.4);
}

#navigator{
    border-top-color: rgba(255,255,255,0);
    border-bottom: none;
}

#footer{
    border-top-color: rgba(0,0,0,0.5);
}

div[id*="sideBar"]{
     background-color: rgba(255,255,255,0);
}

div[class='catListView']{
    background-color: rgba(255,255,255,0);
}

div[id="sidebar_search"]{
    background-color: rgba(255,255,255,0);
}

div[id="sidebar_news"]{
    background-color: rgba(255,255,255,0);
}

div[class='catListLink']{
    background-color: rgba(255,255,255,0);
}

div[id="sidebar_postarchive"]{
    background-color: rgba(255,255,255,0);
}