@CHARSET "ISO-8859-1";
/**
* MAIN STYLE
* Copyright (C) 2009 DarkGrey Media
* Revised 8-26-2009
*
* efcw.net
**/

/*
==============
Palette

#2e2c2b - dark grey
#666666 - light grey
#f26522 - orange

==============
*/

*{
	padding: 0 0;
	margin: 0 0;	
}

html, body {height: 1000px;}

body {
	font-family: trebuchet MS, helvetica, arial, sans-serif;
	-moz-opacity: .999;
	background: url('../images/bg.jpg') repeat-x; 
}

#super {
	height: 100%;
	overflow: display;
	padding: 0 0;
	margin: 0 auto;
	width: 860px;
	/*background-color: #ffffff;*/
	
}
	#left {
		
		width: 30px;
		height: 100%;
		float: left;	
	}		
		
	#container {
		position: relative;
		float: left;
		width: 800px;
	}
			/* #header {} */
			
			#middle {
				position: relative;
				float: left;
				width: 100%;
				height: 100%; 
				clear: both;
				background-color: #ffffff;
			}
			
			/* #footer{} */
	
	#right {
		position: relative;
		width: 30px;
		height: 100%;
		float: left;
	}