#root {
  position: relative;
  width:1000px;
  margin: 0em auto;
  text-align: left;
  background-color: #ffffff;
  background-image: url('../img/backroot.jpg');
} 

#head {
  position: relative;
  background-image: url('../img/head.jpg');
  height:144px;
} 

#center {
  position: relative;
  margin: 20px 40px 20px 40px;  
} 

#index {
  height:150px;
  margin: 0px 40px;
} 

#main {
  width:560px;
  margin: 0px 20px;
} 

#main p {
	margin-left: 20px;
} 

#menu {
  width:340px;
  border-left: 1px dotted #d2dde1;
} 

#foot { 
  position:relative;
  background-image: url('../img/foot.jpg');
  height: 144px;
  text-align: center;
  color: #ffffff;
  line-height: 120%;
}
#foot a {
	color: #ffffff;
}
#foot div {
	padding: 9px;
}

