body {
	margin:.5em;
	padding:0;
	height:100%;
	background: #ffffff url(img/background.png) repeat-x;

	background-position:top;
	background-repeat:repeat-x;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

      
#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#leftside{
	float:left;
	margin:-15px 0 0;
	width:145px;
	border-right:0px solid #a2bed4;
}

#centerColumn { 	
	margin:0 auto;
	padding:1em;
	width: 804px;
	height:350em;
	text-align:left;
	vertical-align: middle;	
	background-image:url(img/back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border:1px solid #333333;
}
#centerColumn_about { 	
	margin:0 auto;
	padding:1em;
	width: 804px;
	height:95em;
	text-align:left;
	vertical-align: middle;	
	background-image:url(img/back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border:1px solid #333333;
}

#centerColumn_impressum { 	
	margin:0 auto;
	padding:1em;
	width: 804px;
	height:25em;
	text-align:left;
	vertical-align: middle;	
	background-image:url(img/back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	border:1px solid #333333;
}

#centerColumn_all { 	
	margin:0 auto;
	width: 70%;
	height:40em;
	text-align:left;
	vertical-align: middle;	
	background-repeat:no-repeat;
	background-attachment:fixed;
}


