body {
background: black;
color: white;
font-family: verdana;
}

#image {
width: 300px;
height: 300px;
margin: auto;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
}

#links {
width: 250px;
height: 300px;
position: absolute;
top: 0; left: 0; right: 500px; bottom: 0;
margin: auto;
}

#links-header {
color: #09D;
font-size: 2em;
width: 400px;
}

li {
padding-top: 10px;
}

a {
font-size: 1.4em;
}

#index {
margin: -10px 0 0 -35px;
list-style: none;
line-height: 20px;
}

#index a, #toolbelt, #toolhead{
color: pink;
line-height: 20px;
text-decoration: none;
}

#index a:hover {
color: purple;
text-decoration:underline;
}

#tools {
width: 200px;
height: 300px;
position: absolute;
top: 0; left: 550px; right: 0; bottom: 0;
margin: auto;
}

#toolhead{
width: 55px;
color: green;
font-size: 1.5em;
cursor: pointer;
border-bottom: 1px solid green;
}

#toolbelt{
display: none;
list-style: none;
margin: 0 0 0 -35px;
}
