1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 背景設定、固定、消去河道背景色 */
#timeline_holder
{
background:none !important;
border:0 !important;
}

body, html {

background: url(http://i.imgur.com/afEglW9.jpg);
background-attachment: fixed;
border:hidden; margin: 120;}


border:hidden; margin: 0;}