/*
-----------------------------------------------
Doorlichter - 'doorlichter' style sheet
created: 2007.04.14
version:  2007.04.14
author: Nick Zlonis
company: Figureground Inc.
----------------------------------------------- */

/* =Structure
----------------------------------------------- */
body {
	background:#555 url(../img/body_bg.gif) repeat-x;
	margin:0 auto;
	padding:0;
	text-align:center;
	}
	
#wrapper {
	background:url(../img/wrapper_bg.png) repeat-y;
	margin:20px auto 20px auto;
	padding:0;
	text-align:center;
	width:740px;
	}
	
	#wrapper #wrapper_btm {
	background:url(../img/wrapper_btm.gif) center bottom no-repeat;
	height:24px;
	width:740px;
	}



/* =Layout
----------------------------------------------- */



/* =Hacks
----------------------------------------------- */	
hr.clear {
	display:block; 
	clear:both; 
	height:0;
	margin:0; 
	padding:0; 
	visibility:hidden; 
	}
