html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a {
	text-decoration: none;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#content {
	clear: both;
	/*height: 515px;*/
	height: 86%;
	margin: 0px;
	padding: 0px;
	/*border: solid 1px #CCCCFF;*/
	/*border: solid 1px red;*/
	background-color: white;
}
#login {
	width: 600px;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
	border: solid 1px #CCCCFF;
}
#message {
	color: red;
}
p {
	color: blue;
}
th {
	color: blue;
	text-align: left;
}
#loginbutton {
	margin-top: 20px;
}