html {
	height: 100%;
	max-height: 90%;
	margin: 0px;
	padding: 0px;
}
#loginbox {
	margin-right: auto;
	margin-left: auto;
	width: 22em;
	background-color: #FEC00D;
	padding: 10px;
	/*margin-top: 50px;*/
	text-align: center;
	border: 1px solid #FFFFFF;
	position: relative;
	top: 50px;
	border: 1px solid #000;
}
#runby {
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 10px 4px 10px;
	width: 22em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 80px;
	font-size: small;
	color: #666666;
}
#runby img {
	border: none;
}
img {
	border: 1px solid #000;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
	background-color: #fff;
	/*background-color: #F3C61E;
	background-image:  url("../images/background.png");
	background-repeat: repeat-x;
	background-position: left top;*/
	background-attachment: fixed;
	background-image: url(../images/castle.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#loginscreen {
	/*background-image:  url("../images/knight.png");
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}
.message {
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #310B64;
	text-align: center;
}
#loginbox td {
	text-align: left;
}
