html,body
{ 
	margin: 0px; padding: 0px; height: 100%; width: 100%;
}

body
{ 
	background-color: #142139;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	
}
#container {
	background-image: url(../img/containerbg-fill.png);
	width: 795px;	
	margin-left: auto;
	margin-right: auto;
	height: 100%;	  
	}
#containerinner {
	background-image: url(../img/containerbg.png);
	background-repeat: no-repeat;
	width: 795px;
	height: 100%;	
	text-align: center;	
	}
#errormessages
{				
	margin-left: 25px;
	background-color: #C00; color: #FFF;
	border: 2px dashed #FFF;
	width: 300px;
	padding: 5px;
	font-family: Tahoma; font-size: 9pt;
}
#errormessages h3,ul { margin: 0px; }
