html { 
  background: url(eastbelfast.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body, h2 {
	font-family: Century Gothic, sans-serif; 
	color: #007AAB;
}

h2 {font-size: 2em;}

h2 a {color: #00C59F; text-decoration: none;}

h2 a:hover {color: #00926A;}
