@import url(blog.css);

#scene1 {
}

#scene1 h2{
    color: #FFF;
    border: 1px solid #4E8C38;
    background: -webkit-gradient(linear,left bottom, left top,
        from(#68B647), to(#4E8C38)
    );
    background: -moz-linear-gradient(center bottom,
         #68B647, #4E8C38
    );
}
#scene1 div.updatetime{
    color: #888;
}
#scene1 div.scenebody{
    background-color: #DFD;
    color: #333;
}
div.header{
}
