	body
	 {
		margin:0;
		padding:0;
		color:#fff;
		background:#000;
		font-family:sans-serif;
		  background-image: url('matatata.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;

	}
a:link, a:visited {
                color:white;
        }

	
h1 {
	 font-size:15vw;
}	

	p {
	 font-size:7vw;	
   	 }


#xxmain:before {
content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('matatata.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
	#main {
		text-align: center;
		position:relative;
	}
	h2 {
		margin:0 0 1em;
	}



