body { 
	background-color: #000; 
	background-image: url(http://www.kaminski-on-air.de/Bilder/hintergrund.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%; 
}
#container {
	position: relative; top: 50px; 
	width: 1000px;
	text-align:left;
}
#text {
	position: absolute; left: 330px;
	width: 670px;
}
span {
	color: white;
}
a:link { 
	color: #8f0000; text-decoration: none; 
}
a:visited { 
	color: #8f0000 ; text-decoration: none; 
}
a:hover { 
	color: #f33 ; text-decoration: none; 
}
a:active { 
	color: #f33 ; text-decoration: none; 
}
#subject {
	color: white;
}
#site {
	color: white;
}
#add {
	font-weight: bolder;
	font-size: larger;
}
p {
	color: white;
}
td {
	color: white;
}
.thanks {
	font-size: 20px
}
