html, body, h1, h2, h3, h4, h5, p, form, ul, ol {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
#main {
	min-height: 100%;
}
#clearFooter  {
	clear: both;
	height: 310px;
}
#footer {
	margin-top: -310px;
	height: 310px;
}
:focus {
	outline: 0;
}
ul, ol {
	padding-left: 1.5em;
	margin-left: 1px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 63%;
	text-align: center;
}

