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