html {
	height: 100%;
}

body {
	font-family:"Ubuntu","Trebuchet MS",sans-serif;
	background-color: white;
	background-color: #D5D5D5;
}

#page {
	width: 800px;
	background-color: white;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	border-radius: 15px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.4);
}

#page h1 {
	margin-top: 0px;
	text-shadow: 2px 2px 2px #c0c0c0;
}

#instructions {
	font-size: 90%;
	text-align: left;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	padding-top: 20px;
	font-size: 80%;
	color: #303030;
	text-align: center;
}

#footer a {
	color: #303030;
}
