 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */

#pybody {
	background: #CCC url(http://www.dojo24.de/images/ebay/bg.gif) repeat-x;
	text-align: center;	
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(http://www.dojo24.de/images/ebay/wrap.gif) repeat-y center top;
	margin: 40px auto 30px auto;
}
#content {
	clear: both;
   text-align: left;	
	width: 900px;						
	padding: 25px 0 60px 0;
   margin: 10px auto 10px auto;
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(http://www.dojo24.de/images/ebay/header0.jpg) no-repeat;	
	padding: 0;	
	margin: 0;	
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 75px;
	background: #988060 url(http://www.dojo24.de/images/ebay/nav0.gif) no-repeat;
}

/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(http://www.dojo24.de/images/ebay/footer-bottom.gif) no-repeat left top;			
	text-align: center;	
}