@charset "UTF-8";
body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
	background-color: #399CD7;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	text-align: center;
}
#title {
	margin-top: 100px;
	text-align: center;
}
#message {
	margin-top: 20px;
	text-align: center;
}
table {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
caption {
	margin-left: auto;
	margin-right: auto;
}
td {
	text-align: left;
	width: 90px;
	height: 30px;
}
#footer {
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
a {
	color: #FFF;
}
