html {
	height: 100%;
	display: block;
	background-color: white;
}
body {
	width: 540px;
	height: 320px;
	color: #777;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	padding: 10px;
	color: #222;
	background-color: #eef;
	border-width: 8px;
	border-color: #ccc;
	border-style: solid;
	font-size: 14pt;
	font-family: serif;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
a:link { color: black; }
a:visited { color: gray; }
a:hover { color: red; }
a:active { color: red; }
