body {
  margin: 15px;
  background-color: #EEEEEE;
}

#jkmain {
  margin: 0px;
  background-color: white;
  position: absolute;
  height: 660px;
  width: 960px;
}

#jksidebar {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 300px;
  padding-left: 5px;
  background-color: #FFFFAA;
}

#jksidebar a h1 {
  cursor: pointer;
}

#jkcmd, #jkcmdbutton {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 1px solid black;
  background-color: white;
}

#jkcmd {
  height: 150px;
  width: 100%;
}

#jkcmdbutton, .link {
  color: blue;
  cursor: pointer;
}

#jkcmdbutton:hover, .link {
  text-decoration: underline;
}

.contracted {
  display: none;
}

.fadein {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.logotype {
  font-family: 'lucida console', monospace;
  position: absolute;
  left: 25px;
  bottom: 0px;
  color: #AAAACC;
}

.logotype .s1 { font-size: 300%; }
.logotype .s2 { font-size: 375%; }
.logotype .s3 { font-size: 225%; }

.footer {
  font-family: arial;
  position: absolute;
  right: 25px;
  bottom: 0px;
}

.footer .copy { font-size: 75%; }

