@CHARSET "ISO-8859-1";

body {
	background-image: url(../images/ICE3_logo3m.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

html {
	min-height: 100%
}

#login_table {
	position:absolute;
	margin-top: 200px;
	margin-left: 100px;
}

#error_message {
	position:absolute;
	color: red;
	background-color:white;
	padding:5px;
	margin-top: 170px;
	margin-left: 100px;
	width:280px;
}