/*
.header {
  width: 1000px;
  height: 80px;
  text-align: center;
  background-color: #BDBDBD;
}

.footer {
  background-color: #BDBDBD;
  text-align: center;
}

.leftMenu {
  height: 500px;
  background-color: #D8D8D8;
  width: 250px;
}

.mainContent {
  height: 500px;
  background-color: #E6E6E6;
  width: 800px;
}

a{
  display:bock;
  padding:5px
}
*/
