/* Edit the styles as you see fit */
#container {background: #fff; margin:0 auto; width: 700px; font-family:sans-serif; font-size: small;}
#header {width: 100%; height: 50px; }
#content { overflow:auto; padding: 8px; }
#mystery { border: 2px solid black; width: 375px; height: 300px; float:left; font-family:sans-serif; padding: 4px;}
#output { width: 200px; height: 300px;  float:right; }
#footer {}
#go { width: 200px; height:50px; padding: 8px; font-size: 150%;  }

#helpbox { background: #fff; position: absolute; padding: 10px; top: 0; right: 0; width: 200px; border: #fecccc; } 
#showhelp { float:right; } 
#h1 { float: left; } 
strong { background: #feff6f; font-weight: bold; }
