@charset "utf-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: auto;
}

html, body {
	margin:0px;
	padding:0px;
	background: #291401;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#FFF;
	height:100% !important;
	background-image:url(/images/mainbg.jpg);
	background-repeat:repeat-x;
}

#fullheightcont {
	height:100%;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#694931;
}

#wrapper {
	width:980px;
	min-height:100%;
	background-color:#694931;
/* \*/
	height:100%;
}

#wrapper {
	height:auto;	
}

/* \*/
* html #wrapper{
	height:100%;
}

#outer {
	position:relative;
	width:980px;
/* \*/
	height:100%;
}

#clearheadercenter {
	height:384px;
	overflow:hidden;
}

#main-cimsor {
	width:980px;
	height:60px;
	overflow:hidden;
	background-image:url(/images/cimsorbg.gif);
}

#left-content {
	width:747px;
	float:left;
}

#right-content {
	width:233px;
	float:right;
	overflow:hidden;
}

#head {
	position:absolute;
	top:0px;
	width:980px;
	height:384px;
}

#foot {
	width:980px;
	height:48px;
	line-height:48px;	
	background-color:#503521;
	margin-top:-48px;
	position:absolute;
	overflow:hidden; 
}

#clearfootercenter{
	height:48px;
	overflow:hidden;
} 
