body 
{
font-size: 12px;
}

#back img {
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#topbar img {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 5%;
border-bottom: 1px solid brown;
z-index: -1;
}
#topbar {
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 5%;
z-index: 1;
font-size: 2em;
}
#sidebar img {
width: 20%;
height: 60%;
padding: 0;
left: 0;
top: 6%;
position: absolute;
}
#fixedbardiv {
position: absolute;
width: 20%;
height: 60%;
padding: 0;
left: 0;
top: 6%;
}
#sidebar p {
position: relative;
top: 5%;
text-align: center;
z-index: 3;
font-size: 2.5em;
font-family: "monotype corsiva";
}
#sidebar ul {
position: relative;
top: 9%;
left: -7%;
text-align: center;
z-index: 4;
font-size: 2em;
font-family: "castellar";
text-style: none;
}
#sidebar li {
display: block;
}
#sidebar a {
color: brown;
text-decoration: none;
}
#sidebar a:hover {
color: black;
text-decoration: none;
}
#content {
left: 23%;
position: fixed;
font-size: 1.3em;
width: 68%;
height: 90%;
border-right: 1px solid brown;
}
#ads {
position: fixed;
right: -5%;
left: auto;
-moz-transform: rotate(90deg);
font-size: 1.4em;
font-weight: bold;
top: 20%;
}