body {
	/* align for good browsers */
	margin: 0px;
	padding: 0px;
	/* for IE */
	text-align: center;
	/* for IE */
	background-color: #9ec0dc;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#container {
	margin: 0px auto 0 auto;
	/* align for good browsers */
	text-align: left;
	/* counter the body center */
	padding: 45px 85px 45px 85px;
	width: 380px;
	min-height: 200px;
	height:auto !important; /* IE 6 lack of min-height support hack */
  	height:200px; /* IE 6 lack of min-height support hack */
  	margin-left: -277px;  /***  width / 2   ***/
  	position: absolute;
  	top: -160px;          /***  height / 2   ***/
  	left: 50%;
	font-size: 12px;
	background-color: #ffffff;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #f6b71a;
}

#logo {
	background: #fff url(../images/KG_logo.gif) no-repeat;
	width: 161px;
	height: 41px;
}

p {
	font-size: 11px;
	line-height: 1.5;
	color: #333;
	padding: 0px;
	position: relative;
	text-align: left;
	font-family: Lucida Grande, Verdana, Sans-Serif;
}

a {
	text-decoration: underline;
	color: #000;
}

.mrgntoptall {
	margin-top: 30px;
	margin-bottom: 2px;
}

.mrgntall {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mrgnshort {
	margin-top: 0px;
	margin-bottom: 2px;
}

.mrgntopmed {
	margin-top: 6px;
	margin-bottom: 2px;
}



.red{
color:#F00;
font-size:1.25em;
}