* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
:focus {
  -moz-outline-style: none;
}


body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "bitstream vera sans", "trebuchet ms", verdana;
	margin: 0;
	padding: 0;
	color: #706E6E;
	font-size: 90%;
	line-height: 1.5em;
	word-wrap: break-word;
	}

#intro {
	height: 207px;
}

#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
	}
	
	#footer p {
	margin:0;
	padding:10px;
	color: #FFFFFF;
	text-align: center;
	}

