body {
  margin: 0px;
  padding: 0px;
  background-image:url('pictures/side2.jpg');
  background-repeat:repeat-y;
}
#topmenu {
  width: 100%;
}
#leftmenu {
  float: left;
  width: 20%;
  height: 500px;
}
#content {
  background: #fff;
  float: left;
  width: 59%;
  height: 500px;
}
#body {
  background: #fff;
}
#center {
margin:auto;
align: center;
}

#ul {
	list-style:none;
	font-family:Arial,Helvetica,sans-serif;
}





























