html {
	height: 100%;
}

body {
	font-family:"Ubuntu","Trebuchet MS",sans-serif;
	background-color: white;
	background-image: linear-gradient(#F5F5F5, #D5D5D5);
	height: 100%;
}

#page {
	width: 800px;
	background-color: white;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
/*	border: 1px solid #CCCCCC;*/
	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: #C0C0C0;
}
