.rgbtn {
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}
.rgbtn:hover {
  background-color: #aaaaff;
}

div {
  display: none;
}

body {
	width:1100px;
}

div.image

  {

  width:900px;

  height:100%;

  background:url(elogo3.png);

  background-repeat:no-repeat;

  background-position:left center;
  
  background-attachment: fixed;


  }

button.b1
{
background-color: #ACDDDE;
}
button.b2
{
background-color: #CAF1DE;
}
button.b3
{
background-color: #E1F8DC;
}
button.b4
{
background-color: #FEF8DD;
}
button.b5
{
background-color: #FFE7C7;
}
button.b6
{
background-color: #F7D8BA;
}
button.b7
{
background-color: #ACDDDE;
}

