body {
	background-color: #FFFFFF;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#site {
	width: 900px;
	height: 500px;
	margin: 0 auto;
	position: absolute;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    margin-top: -250px;
}
.border{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rahmen.png', sizingMethod='scale');
	width: 415px;
	height: 373px;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
}
.border[class]{
	background-image: url(../images/rahmen.png);
}
.tonstudio{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tonstudio.png', sizingMethod='scale');
	width: 290px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}
.tonstudio[class]{
	background-image: url(../images/tonstudio.png);
}
.band{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/solo-projekt.png', sizingMethod='scale');
	width: 363px;
	height: 43px;
	margin: 0 auto;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}
.band[class]{
	background-image: url(../images/solo-projekt.png);
}
#left{
	width: 420px;
	float: left;
}
#right{
	width: 420px;
	float: right;
}
#copy{
	margin: 0 auto;
	width: 799px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #5D5D5D;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}
a.cgdesign, a.cgdesign:hover{
	color: #5D5D5D;
	font-style: italic;
	font-weight: bold;
	border: none;
	text-decoration: none;
	}
a.cgdesign:hover{
	color: #E75821;
	text-decoration: none;
}
#clr{
	clear: both;
}
