body {
  font-family: sans-serif;
  border: 0px;
  margin: 0px;
  background-color: #fff; 
  color: #000; 
}

#logo {
  position: absolute;
  bottom: 0;
}

div#fact {
  position: absolute;
  margin-left: 450px;
  margin-bottom: 150px;
  bottom: 0;
}

p.fact_message {
  font-size: 1.6em;
  margin: 10px;
  max-width: 400px;
}

.fact_box {
	background: url(/images/box_tl.png) no-repeat top left;
}
.fact_box_top {
	background: url(/images/box_tr.png) no-repeat top right;
}
.fact_box_bottom {
	background: url(/images/box_bl.png) no-repeat bottom left;
}
.fact_box_bottom div {
	background: url(/images/box_br.png) no-repeat bottom right;
}
.fact_box_content {
	background: url(/images/box_r.png) top right repeat-y;
}

.fact_box_top div,.fact_box_top,
.fact_box_bottom div, .fact_box_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.fact_box_content, .fact_box_bottom {
	margin-top: -10px;
}
.fact_box_content { padding: 0 15px; }

div.actions {
  position: absolute;
  margin-bottom: 135px;
  margin-left: 475px;
  bottom: 0;
}

div.actions a {
  font-size: 10px;
  color: #666;
}

div#add_a_fact {
  position: absolute;
  margin-left: 450px;
  margin-bottom: 75px;
  min-width: 400px;
  bottom: 0;
}

#add_a_fact form {
  margin: 5px 0;
}

div.notice {
	text-align: center;
	width: 100%;
	background-color: #9f9;
	border-bottom: 5px solid #0f0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

div.error {
	text-align: center;
	width: 100%;
	background-color: #f99;
	border-bottom: 5px solid #f00;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
