body {
	margin:0; 
	padding:0;
	background-color:#3a3f42;
	} 

#wrapper_index {
	position:relative;
	width: 960px;
	margin:0px auto -120px;
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesth&ouml;he f&uuml;r moderne Browser */
	height:auto !important; /* Important Regel f&uuml;r moderne Browser */ 
	height:100%; /* Mindesth&ouml;he f&uuml;r den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
	border:none;
	}




/* Header Index
-----------------------------------------------*/

#header_navi_index {  
	width: 220px; 
   	height: 40px;
	text-align:left;	 
	border:none;
	background-color:#33373a;
	float:left;
	}


/* Content Index
-----------------------------------------------*/

#greeting {  
	width:auto; 
   	height: 200px;
	padding-top:0px;
	padding-left:30px;
	font-size:70px; 
	font-family: 'DeliciousRoman', Arial, Helvetica, sans-serif;  
	font-weight:regular; 
	font-style: normal;
	line-height:65px;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
	text-shadow: 0 0px 3px #000000;
	border:none;
	}


/* Footer Index
-----------------------------------------------*/

.separator_index {
	width:900px;
	height:2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	text-align:left;
	border:none;
	clear:both;
	}


/* Backstretch
-----------------------------------------------*/

#backstretch {  

	}

