body, html { 
	background-color:#dcd5c7; 
	padding: 0; 
	margin: 0;
	font-size:13px;
	font-family: Verdana, Trebuchet Ms, Arial, Sans-Serif;
	}

p {   
	color:#776e64;
	}

h1 {
	font-size:16px;
	color:#776e64;
	}
	
a { 
	color:#776e64;
	text-decoration: none;
	}

a:hover {
	color:#552704;
	text-decoration:underline;
	}
	

/* Struktur */
	
#center {
	text-align: center;
	margin: 100px auto 0; 
	width: 500px; 
	height: 375px;
	}
	
