body{

    background: #101010;

  color: #ABABAB;

  font-family:areal;

  font-size:14pt;

}


/*
a{

  color: #ABABAB;

  text-decoration: none;

}


a:hover{

  color: #D00000;

  text-decoration: none;

  border-width: 0px;

}
*/

p{

  color: #ABABAB;

  font-family:areal;

}

input, textarea, select, option{

  background:transparent;

  color: #ABABAB;

}

h1{

  font-family:Garamond;

}

.big_photo img{
	position: absolute;
	top:50%;  
	left:50%;  
	transform: translate(-50%,-50%);
	z-index: -1;
	
}

.main_title h1{
	position: absolute;
	top:5%;
	left:50%;  
	transform: translate(-50%,0);
	z-index: 1;
	opacity: 0.7;
	text-shadow: 3px 3px #404040;
}

.main_title a{
  color: #ABABAB;
}

.main_title a:hover{
	opacity: 1;
	color: #D00000;
}




