html, body {
  font: 0.75em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin:0;
	padding:0;
	background-color:#d1450e;
}

.mid_back {
	background-image: url(../images/mid_back.gif);
	background-repeat: repeat;
}

#buttons {
	margin:5px 0 0 0; padding:0;
	width:417px;
	height:168px;
}
#buttons a {
	display:block;
}
#buttons #bob {
	width:417px; height:168px;
	background: url( ../images/bob_button.jpg ) 0px 0px no-repeat;
}

	#buttons #bob a:hover {
		background: url( ../images/bob_button.jpg ) -417px 0px no-repeat;
	}

#buttons #millie {
	width:417px; height:168px;
	background: url( ../images/millie_button.jpg) 0px 0px no-repeat;
}

	#buttons #millie a:hover{
		background: url( ../images/millie_button.jpg ) -417px 0px no-repeat;
	}
	.wik {
		display:block;
		position:relative;
/*    font-family:trebuchet, verdana, helvetica;*/
		font-size:10px;
		padding:25px;
		text-align:center;
		color:#ccc;
		background: #333 url( ../images/inkdeep_back.gif ) 0px 0px no-repeat;
	}
	.wik a{
		text-decoration:none;
		font-weight:bold;
		color:#fff;
		font-size:22px;
	}
	.wik span { text-align:left;
		position:absolute;
		right:20px;
		bottom:13px;
		font-size:11px;
		
	}
	.wik span em {font-size:9px; font-style: normal; color:#777;}
	.wik span a {font-size:15px; font-weight:bold;color:#fff; text-decoration:none;}
		.wik a:hover, .wik span a:hover {color:#d1450e;}
		
#personable {
  display:block;
  border-top:solid 6px #222;
  color:#999;
  background:#444;
  padding:10px;
  margin:0;
}
#personable dt {color:#666;}
#personable dt span {
  font-weight:bold;
  color:#ccc;
  font-size:130%;
}
#personable dd {
  margin:2px 10px;
}