* {
  padding: 0;
  margin: 0;
}

body {
  background: #ffffff url(r_bg.jpg) no-repeat left top;
}

#logo {
  position: absolute;
  top: 150;
  left: 80;
}

#menu a span {
  width: 230px;
  height: 40px;
  _width: 250px;
  _height: 90px;
  padding-right: 20px;;
  padding-top: 50px;
  display: block;
  text-align: right;
  color: white;
  font-size: 20px;
  cursor: hand;
  font-family: 'Arial Black', 'Arial Black CE', 'Arial CE', Arial, 'Helvetica CE', helvetica, sans-serif;
}

#menu li a:hover span {
  font-style: italic;
}

#menu li {
  position: absolute;
  list-style-type: none;
}

#menu li a {
  display: block;
  width: 240px;
  padding-left: 200px;
  height: 90px;
  text-decoration: none;
}

#r1 {
  top: 300px;
  left: 80px;
  background-color: ;
}

#r1 {
  top: 300px;
  left: 80px;
  background: #ffffff url(r_1.jpg) no-repeat left center;
}

#r2 {
  top: 400px;
  left: 80px;
  background: #ffffff url(r_2.jpg) no-repeat left center;
}

#r3 {
  top: 400px;
  left: 540px;
  background: #ffffff url(r_3.jpg) no-repeat left center;
}

#r4 {
  top: 500px;
  left: 80px;
  background: #ffffff url(r_4.jpg) no-repeat left center;
}

#r5 {
  top: 500px;
  left: 540px;
  background: #ffffff url(r_5.jpg) no-repeat left center;
}

#r1 a span { background-color: rgb(0,139,175); }
#r2 a span { background-color: rgb(204,0,0); }
#r3 a span { background-color: rgb(255,102,0); }
#r4 a span { background-color: rgb(0,0,51); }
#r5 a span { background-color: rgb(0,102,51); }
