@charset "utf-8";
/* CSS Document */

body{background-color:#f3f3f3;}
#home { margin:40px auto; width:100%; }
#home ul {
 /* background: #fff;*/
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  text-align:center;
}
 
#home ul a {
  text-decoration: none;
  color: #fff;
  display: block;
  height:105px;
}
 
/*li Styles*/
#home li {
background-color:#154fc2;
  -moz-border-radius: 15px;
	border-radius: 15px;
margin-bottom:10px;
}
 
#home li:hover {
  opacity:0.6;
}

#home li.button1 {
  background-image: url('Examination skills2.png');
  background-repeat: no-repeat;
  background-position: center center; 
  }
#home li.button2 {
  background-image: url('History taking2.png');
   background-repeat: no-repeat;
  background-position: center center; 
  }
#home li.button3 {
  background-image: url('procedure skills2.png');
   background-repeat: no-repeat;
  background-position: center center; 
  }
#home li.button4 {
  background-image: url('about2.png');
   background-repeat: no-repeat;
  background-position: center center; 
  }