html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(227,227,227)),
	color-stop(1, rgb(255,255,255))
	);
}
section {
	width: 600px;
	margin:140px auto 0;
	text-align: left;
}
h1{
	font: Bold 1.8em/0.5 Bookman Old Style,sans-serif;}
h2 {
	font: normal 1.4em/1.0 Bookman Old Style,sans-serif;
}
p {
	font: normal 1.1em/1.2 serif;
}
.links {
	text-align: center;
	margin:5px 0 20px 0;
}
.links a {
	color:#000;
	line-height: 1.6;
}
footer {text-align: center;}
footer small {padding-bottom: 8px;}