@import url("../../typo3conf/ext/rtehtmlarea/htmlarea/plugins/DynamicCSS/dynamiccss.css");
@import url("headers.css");
@import url("styles.css");

body, html {
	position:relative;
	text-align:center;
	margin:0 0 24px;
	width:100%;
	height:100%;
	background: #B8A585 url(index_02.png) repeat-x;	
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;

}
#outer-wrapper {
	position:relative;
	text-align:left;
	margin: 0 auto 0 auto;
	width:849px;
	height:100%;
}
#header {
	background: url(head.gif) no-repeat left top;
	position: absolute;
	width: 849px;
	height:149px;
}
#left-container {
	position: absolute;
	z-index:0;
	top: 150px;
	left:0;	
	width: 588px;	
	min-height: 500px;
	background: url(index_06.png) no-repeat left bottom;	
}
#left {
	background: url(index_04.png) no-repeat left top;
}

#right-container {
	background: url(index_07.png) no-repeat left bottom;
	position: absolute;
	width: 174px;
	left: 588px;
	top: 150px;	
}
#right {
	background: url(index_05.png) no-repeat left top;
}
