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


#Header {
	position:absolute;
	left: 50%;
    margin-left: -500px;
	width:1000px;
	text-align: left;
}
#menu {
	position:absolute;
	top: 180px;
	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: 208px; /* menu height */
	bottom: 0px; /* footer height */
	overflow: auto;
	background-color:#FFFFFF;
	text-align:left;
}

#left {
	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 */
	height:404px;
	width:459px;
	right:50%;
	margin-right:500px;
	text-align: right;
	background-position:right;
	background-image:url(background/lefttop.jpg);
}

#right {
	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 #1e4969;
  padding: 2px 5px;

  background: #34658a;

}

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



