#sidebar {
border-style: solid;
border-width: 1.5px;
position: absolute;
left: 5px;
top: 115px;
text-align: left;
width: 175px;
}

#header {
position: absolute;
top: 0px;
text-align: center;
width: 100%;
}

#content {
position: absolute;
left: 200px;
top: 115px;
text-align: left;
}

body {
color: #ffffff;
background-color: #000000;
}

a:link {color: #ffffff}
a:visited {color: #ffffff}
a:active {color: #ffffff}
a:hover {color: #ffffff}