html, body { height:100%; }

body {
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #666;
}

h1 { font-size: 32pt; }

#chordname { font-size: 10pt; }

.titel {
	width: 99%;
	height: 70px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
	top: 50px;
}

.beschreibung {
	width: 79%;
	border: 2px dashed #999;
	height: 500px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #333;
	position: relative;
	top: 200px;
	margin-top: -150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}
		
a { color: #FFCC00; }
