body {
margin: 0; border: 0;
background-color: #ffffff;
background-image: url('./i/paintbrush.gif');
background-repeat: no-repeat;
background-position: bottom right;
}

#pagecontent {
position: absolute;
height: 100%;
width: 45%;
left: 45%;
top: 0;
border-left: 1px dotted #ccc;
padding: 10;
padding-top: 10%;
text-align: justify;
}

#sidecontent {
border: 0;
position: absolute;
height: 100%;
width: 40%;
left: 5%;
top: 5%;
padding: 10;
}