html,body {
  margin: 0;
	padding: 0;
}
html {
  background: url('../images/body_bg.gif');
  font-family: Georgia, Times, serif;
  font-size: 19px;
  line-height: 30px;	
  color: #fcf9d7;
}
p a:hover { text-shadow: 0 0 10px #162b48, 
						 0 0 10px #162b48, 
						 0 0 10px #162b48, 
						 0 0 7px #162b48, 
						 0 0 5px #162b48; }
#container { 
  position: relative;
  margin: 50px auto 0;		
  width: 1110px;
	height: 500px;
}
#logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -151px;
  display: block;
  background: url('../images/KMC_logo.png') top left no-repeat;	
  width: 303px;
  height: 156px;
	z-index: 4;
}
#logo:hover { background-position: bottom left; }
#buttons img {
  position: absolute;
  display: block;
	border: 0;
	top: 70px;
  width: 593px;
  height: 344px;
	z-index: 3;
	outline: 0;
}
.deb { left: 0 }
.imp { right: 0 }
#buttons img.star {
  top: 300px;
  left: 353px;
  width: 405px;
  height: 256px;
}
.box_container {
  position: relative;
	margin: 0 auto;	
  -webkit-box-shadow: 4px 7px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    4px 7px 20px rgba(0, 0, 0, 0.3);
  box-shadow:         4px 7px 20px rgba(0, 0, 0, 0.3);
  width: 992px;	
	display: none;
	z-index: 1000;
}
.box_close {
  position: absolute;
	z-index: 2;
	top: -18px;
	right: -28px;
	width: 78px;
	height: 78px;
	background: url(../images/close.png);
	cursor: pointer;
}
.box_top {
  background: url('../images/box_top.png') top left no-repeat;
  height: 62px;
}
.box_content {
  background: url('../images/box_bg.png') top left repeat-y;
  padding: 35px 138px 35px 138px;
  width: 716px;
}
.box_bot {
  margin-bottom: 10px;
  background: url('../images/box_bot.png') top left no-repeat;	
  height: 64px;
}
h1 {
  display: inline-block;
  margin: 0 15px 25px 0;
  font-family: "franklin-gothic-urw-comp", arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 36px;
}
h2 {
  display: inline;
  font-size: 20px;
  font-weight: normal;
}
.pron {
	font-family: 'franklin-gothic-urw', arial, sans-serif; 
	font-weight: 700; 
	letter-spacing: .5px;
}
p.definition {
  margin: 0 0 10px 0;
  line-height: normal;
  font-size: 16px
}
p a {
  font-family: "franklin-gothic-urw", arial, sans-serif;
  letter-spacing: .5px;
  color: #94ccfe;
  text-decoration: none;
}
p.footnote { font-size: 12px; }
#footer {
  position: fixed;
	margin-top: 20px;
	width: 100%;
	min-width: 1110px;
  bottom: 10px;
  height: 20px;
	z-index: 1;
}
#footer p {
  margin: 0;
	font-family: 'franklin-gothic-urw', arial, sans-serif; 	
  font-size: 12px;
  text-align: center;
  line-height: normal;
  color: #a0d2ff;
}
#footer a { color: #fcf9d7 }
#footer a:hover {
  text-shadow: none;
  text-decoration: underline;
}