/* Custom CSS - write your own CSS values to overwrite the ones from WhiteWash */
/* Custom CSS - write your own CSS values to overwrite the ones from WordPress Default */

body {
background-image:url(http://sdall.sarjakuvablogit.com/files/2010/12/432.gif);
}

#header {
width: 900px;
position: relative;
height: 300px;
margin-top: 50px;
background: #8c817d;
}

.articles {
border-top: 0px solid #8c817d;
}

#content {
background: #FFFFFF;
width: 880px;
align: center;
padding-left: 20px;
}

#sidebar {
background: #FFFFFF;
}

#footer {
background: #8c817d;
no-repeat bottom left;
height: 70px;
border-top: 10px solid #000000;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
margin-top: 10px;
}