body {
	min-width: 610px;
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	text-align: center;
}

p, a {
	line-height: 1.2em;
}

a:link, a:visited {
	color: #7CAFC5;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}

.nav-active {
	color: #000;
}

#poweredby {
   padding-left: 15px;
	color: Silver;
}

#container {
	width: 864px;
	margin: 0 auto;
	text-align: left;
	padding-top: 15px;
	background-color: #FFF;
}

#container-bg {
	width: 995px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
}

html>body #container-bg {
	height: auto;
	min-height: 1150px;
}

html>body #container {
	width: 870px;
	height: auto;
	min-height: 1000px;
}

.stroke {
	text-decoration: line-through;
	color: gray;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

.next-song {
	color: #C50000;
	background-color: #FFF;
	font-size: 11px;
	line-height: 1.3em;
}

.fraggle-link {
	font-size: 11px;
}

/* Min-Height Hack für Safari */

.prop {
height: 1150px;
float: right;
width: 1px;
}

.clear {
clear: both;
height: 1px;
overflow: hidden;
}

/* bis 6 */
* html #container-bg {
	height: 1150px;
}

/* ie 5*/
html + body #container-bg {
	height: 1150px;
}

/* bis 6 */
* html .prop {
	display:none
}