/* commented backslash hack v2 \*/ 
html, body {
	height:100%;
} 
/* end hack */ 
DIV#HEADER {
	z-index: 2;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 244px;
	margin: auto;
	text-align:center;
	color: #000;
	background-image: url(/_img/bgBanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
DIV#CONTENT {
	z-index: 1;
	position:absolute;
	min-height:100%;
	width:100%;
	background-image: url(/_img/bgMain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #000000;
	/*border: 1px dotted #FFFF00;*/
}
* html #CONTENT{
	height:100%;
} 
DIV#FOOTER {
	width: 100%;
	height: 23px;
	background-image: url(/_img/footer.jpg);
	background-repeat :no-repeat;
	background-position: center bottom;
}.completed {
	color: #999999;
}
