html { 
  background: url(pic/salute.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 5;
  border: 1px solid black;
}

.help {
	text-align:center;
}

h1 {
	color:yellow;
	
}

p {
	color: #F8F8F8;
	font: 10px Lucida Console, monospace;
	font-size: 20px;
	text-indent: 50px;
}

p a {
	color: yellow;
}


a {
	color: yellow;
	text-align: center;
}

.links {
	text-align: center;
	color: yellow;
	font: 10px, arial, sans-serif;
}


.text {
	text-align:center;
	color: yellow;
	font: 10px, arial, sans-serif;
}

footer {
	color: red;
	text-align: center;
}

a {
	font-size: 20px;
	text-align:center;
}

.sources {
	text-align: center;
	color: red;
}