body {
  color: white;
  background-repeat: repeat;
  background-image: url(Images/backgroundBody.jpg);
  background-color: black;
  font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a{
	color:  #FF0000;
	text-decoration: none;
	padding: 0 2px;
}
  a:hover{
  	background: #000;
  	color:  white;
  }
  a.img, a .img, a:hover.img, a:hover .img{
    background:  none;
    padding: 0;
    cursor: pointer;
  }

h1, h2, h3, h4 {
  text-shadow: 0px 0px 8px #999;
}

.imageheader {
	position: absolute;
	top: 0px;
	left: 0px;
  	background-image: url(Images/logo.jpg);
  	background-repeat: repeat-x;
  	width: 100%;
}

.imagetitle {
	position: absolute;
	top: 20px;
	right: 20px;
}

.content {
  text-align: center;
  padding-top: 120px;
  color: white;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
	background-image: url(Images/Background_info.jpg);
	background-repeat: repeat;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;  	
  	width: 100%;
  	height: 350px;
  	padding-top: 20px;
 	text-shadow: 0px 0px 4px #222;
 	position: absolute;
 	left: 0px;
}

