* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #676760;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	color: #fff;
}

p {
	margin-top: 50px;
}

a {
	color: #fff;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

/* DIV Positionierung */

#container {
	position: relative;	
	width: 372px;
	margin: 200px auto;
	height: 250px;
	text-align: center;
}
h1, h2, h3 {
	margin-top: 10px;
}
