@CHARSET "ISO-8859-1";

body {
	background-image: url("../images/GalaxyTriadWheel3b.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

html {
	min-height: 100%
}

#login_table {
	position:absolute;
	margin-top: 300px;
	margin-left: 10px;
}

#error_message {
	position:absolute;
	color: red;
	background-color:white;
	padding:5px;
	margin-top: 170px;
	margin-left: 100px;
	width:280px;
}

a.button {
  font: bold 10pt Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}