body {
	background-color: #400040;
	
	}
	
h3 {
	text-align: center;
	color: #FF00FF;
}

#emailUs
  {
    display: block;
    width: 107px;
    height: 23px;
    background: url("emailUsNormal.gif") no-repeat 0 0;

  }

  #emailUs:hover
  { 
    background: url("emailUsRollover.gif") no-repeat 0 0;
  }