@charset "UTF-8";
/* CSS Document */
*{
margin: 0;
padding: 0;
}



#container
{
	width:972px;
	height:auto;
	margin:100px auto 0 auto;
}

#header
{
	width:972px;
	height:460px;
	background:url(images/datum.gif);
	background-repeat:no-repeat;
	padding:0px 0 0 0;
	
		
}

#header #navigation
	{
	width:623px;
	height:40px;
	float:left;
	margin:0 0 0 0px;
	padding:20px 0 0 0;	

	}

#navigation{
	text-decoration:none;
	
	
	}




#yellow{
	width:972px;
	height:auto;
	background-color:#FF0;
	text-align: ;
	font-size:16px;
	
	}
#yellow #text{
	padding:20px;
	
	
	}


#debug{
	
	width:972px;
	height:142px;
	background-repeat:no-repeat;
	}


#footer{
	width:902px;
	height:235px;
	background-repeat:no-repeat;
	text-align:right;
	padding:20px 70px 0 0;
	
	}

