* {
  margin:0;
  padding:0; 
}

body
{
	background-color: #14485e;
	color: #14485e;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

iframe#wiki {
	width: 100%;
	height: 2500px;
	border: none;
}

#footer {
	background-color: #14485e;
  width: 944px;
  margin: 0 auto;
  height: 15px;
}
#footer .footer-left
{
	width: 49%;
	float: left;
	margin: 1px 0 0 5px;
}
#footer .footer-right
{
	width: 48%;
	float: right;
	text-align: right;
	margin: 1px 5px 0 0;
}
#footer a
{
	color: #14485e;
}
#footer a:hover
{
	color: #14485e;
}
