body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #06315E;
	background-color: white;
	text-align: center;
	padding: 0;
	margin: 0;
}

table, p, td, th  {
	font-size: 1em;
}

#wrapper {
	width: 760px;
	margin: auto;
	text-align: left;
}

/* ...................................................................... Footer */

#footer {
	clear: both;
	position: relative;
	height: 90px;
	width: 760px;
	overflow: hidden;
	
	padding: 0;
	border: 1px none red;


	color: #A56408;
	line-height: 1.5em;
}

#footer * {
	color: #A56408;
}

#footer a {
	color: #A56408;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	position: absolute;
	top: 10px;
	left: 20px;
}

#footer #footer-extras {
	position: absolute;
	top: 10px;
	left: 260px;

}

#nexus451 {
	position: absolute;
	top: 0;
	right: 0;
}

#text-footer {
	color: #999999;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}

#text-footer a {
	color: #999999;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}