#topbar img {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
z-index: -1;
width: 100%;
}
#topbar p {
font-size: 2em;
font-weight: bold;
padding: 5;
color: white;
}
#topbar sup {
font-size: .3em;
}
#topbar ul {
position: absolute;
top: 15%
font-size: 1.5em;
}
#topbar li {
display: inline-block;
}
#topbar a {
text-decoration: none;
color: #336666;
}
#topbar a:hover {
color: #003333;
}
#topbar {
color: green;
}
#leftbar {
position: absolute;
top: 210px;
height: 100%;
width: 10%;
background: #000033;
opacity: .6;
}

