html,
body {
	background-color: black;
}

div#content,
div#footer {
	background-color: #333;
	color: white;
}

div#page {
	border: none;
	margin-top: 25px;
	background-color: black;
}

body div#header {
	border-radius: 15px 15px 0 0;
	border-bottom: 0;
}

div#footer {
	border-top: 1px solid #555;
	border-radius: 0 0 15px 15px;
}

a {
	color: grey;
}

input {
	background-color: #555;
	border: none;
	border-radius: 5px;
	color: white;
	margin-right: 5px;
	height: 20px;
}

input#login-submit-button {
	background-color: #8c2532;
	height: 30px;
	cursor: pointer;
}
