
html, body {
	margin: 0;
	padding: 0;
	}
	
html {background-image: url('/files/templates/1/images/site_bg.png');
		background-repeat: repeat-x;
		background-color: #F4F4F4;}
	
body {
	
		background-image: url('/files/templates/1/images/inner_bg.png');
		background-repeat: repeat-y;
		background-position: center center;
	
	}
	

div#container {
	text-align: left;
	
		width: 970px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

div#header-wrapper {
	height: 175px;
	
		width: 970px;
	
	margin: 0;
	background-color: #AAAAAA;
	position: relative;
	z-index: 100;
	}

div#header-left {
	position: absolute;
	z-index: 10;
	}

div#header-right {
	position: absolute;
	z-index: 10;
	}
	
div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	}

div#content-wrapper {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-position: top right;
	z-index: 50;
	}

div#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: transparent;
	}

div#leftColumn-wrapper {
	background-color: #DDDDDD;
	float: left;
	width: 0px;
	
		margin-left: -970px;
	
	overflow: hidden;
	position: relative;
	}

div#rightColumn-wrapper {
	background-color: #EEEEEE;
	float: left;
	width: 0px;
	margin-left: -0px;
	overflow: hidden;
	position: relative; 
	}

div#footer-wrapper {
	clear: left;
	width: 100%;
	height: 200px;
	background-color: #CCCCCC;
	overflow: hidden;
	position: relative;
	}

div#footer-left {
	position: absolute;
	z-index: 10;
	}

div#footer-right {
	position: absolute;
	z-index: 10;
	}

div#footer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	}
	
