html, body {
	color:#b4b4b4; 
	font-family: arial;
	font-size: 12px;
	text-align: center;
	min-width: 1000px;
	overflow: hidden; 
	margin:0; 
	background-color:#c8f0e6;
	background-repeat:repeat-x;
	background-image:url(background/fallof.jpg);
	text-align:center;
}


#Header {
	position:absolute;
	left: 50%;
    margin-left: -500px;
	width:1000px;
	text-align: left;
}
#Headerback {
	background-color:#FFFFFF;
	position:absolute;
	
	left: 0px;
    right: 0px;
	height:120px;
	text-align: left;
}
#menuback{
	background-image:url(menu/Menuback.png);
	position:absolute;
	top: 80px;
	height:63px;
	left: 0px;
   	right:0px;
	text-align: left;
}
#menu {
	position:absolute;
	top: 95px;
	left: 50%;
    margin-left: -500px;
	width:1000px;
	text-align: left;
}
#Middel {
	padding:20px;
	position:absolute;
	left: 50%;
    margin-left: -500px;
	right: 50%;
	margin-right: -500px;
	text-align: left;
	top: 137px; /* menu height */
	bottom: 0px; /* footer height */
	overflow: auto;
	background-color:#ffffff;
	background-position:bottom right;
	
	background-repeat:no-repeat;
	
	text-align:left;
}

#left {
	background-repeat:repeat-y;
	position:absolute;
	top: 0px; /* menu height */
	bottom: 0px; /* footer height */
	left: 0px;
	margin-left: 0px;
	right:50%;
	margin-right:500px;
	text-align: right;
	background-position:right;
	background-image:url(background/left.png);
}
#left2 {
	position:absolute;
	top: 0px; /* 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: 0px; /* menu height */
	bottom: 0px; /* footer height */
	left:50%;
	margin-left: 500px;
	right:0%;
	margin-right:0px;
	text-align: left;
	background-image:url(background/right.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; }


