.error_item { color:white; background-color:red; }
.error_msg { color:red; font-weight:bold; }
html,body {
	height: 100%;
	margin: 0;
}

#container {
	width: 1400px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 1800px;
	height: 20px;
	background: url(../images/header.gif) no-repeat;
}

#content {
	width: 1800px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer {
	width: 1800px;
	height: 20px;
	position: absolute;
	bottom: 0;
	background: url(../images/footer.gif) no-repeat;
	text-align: center;
}

* html #footer {
	bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}

.hidden {
	text-decoration: line-through;
	font-style: italic;
}