html, body {
	color:#b4b4b4; 
	font-family: arial;
	font-size: 12px;
	text-align: center;
	min-width: 1000px;
	overflow: auto;
	margin:0; 
	background-color:#e5e5e5;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-size:100% 100%;
	background-position:center bottom;
	background-image:url(background/backback.jpg);
	text-align:center;
}


#Header {
	position:absolute;
	left: 50%;
	top:0;
    	margin-left: -500px;
	max-width:1000px;
	min-width:500px;
	text-align: left;
	
}

#Headerback {
	
	position:absolute;
	
	left: 0px;
    	right: 0px;
	height:120px;
	text-align: left;
}

#menuback{
	position:absolute;
	background-image:url(menu/Menuback.png);	
	top: 160px;
	height:46px;
	left: 0px;
	right:0px;
	width:100%;
	text-align: left;
	z-index:1;
}

#artistmindmenu{
	position:absolute;
	z-index:10;	
	left:50%;
	top:170px;
    	margin-left:-500px;
	max-width:1000px;
	min-width:1000px;
	text-align: left;
}

#Middel {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	position:absolute;
	left: 50%;
   	margin-left: -500px;
	max-width:968px;
	min-width:500px;
	text-align: left;
	top: 204px; /* menu height */
	background-image:url(background/backmid.png);
	overflow: visible;
	float:left;
}


#left {
	position:absolute;
	top: 130px; /* menu height */
	bottom: 0px; /* footer height */
	left: 0px;
	margin-left: 0px;
	right:50%;
	margin-right:500px;
	text-align: right;
	background-position:right top;
	background-repeat:no-repeat;
	background-image:url(background/left23.png);
}
#left2 {
	position:absolute;
	top: 130px; /* menu height */
	bottom: 0px;
	width:459px;
	right:50%;
	margin-right:500px;
	text-align: right;
	background-repeat:no-repeat;
	background-image:url(background/left2.png);
	background-position:right;
	
}

#right {
background-repeat:repeat-y;
	position:absolute;
	top: 130px; /* menu height */
	bottom: 0px; /* footer height */
	left:50%;
	margin-left: 500px;
	right:0%;
	margin-right:0px;
	text-align: left top;
	background-repeat:no-repeat;
	background-image:url(background/right23.png);
}


a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   150px;

  border:  1px solid #DDDDDD;
  padding: 2px 5px;

  background: #FFFFFF;

}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 1px solid black; }



