body {
	padding: 0;
	margin: 0;
	background: #000 url(../images/bg-page.jpg) no-repeat fixed;
}
  
  
  body ::-moz-selection{ background: #000; color: #ffffff; text-shadow: none; }
  body ::selection{ background: #000; color: #ffffff; text-shadow: none; }
  
	h1 {
		display: block;
		height: 170px;
		width: 139px;
		margin-left: 100px;
		margin-top: 78px;
		color: white;
		font-family: Arial;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 38px;
		line-height: 32px;
		text-indent: -9999px;
		background: url(../images/logo-fg.png) no-repeat;
	}
  
  h2 {
  	   display: none;
  	   padding: 0 10px;
  	   text-transform: uppercase;
  	   border-bottom: 2px solid #32fe32;
  	   border-top: 2px solid #32fe32;
  	   font: 2em/1.8em 'Ovo', serif;
  	   margin: 10px 0 60px;
  	   width: 960px;
  }
  
  ul {
	margin-top: 0 !important;
	margin-left: 63px;
}
  
  ul li {
      font: italic 0.85em/1.5em 'Ovo', serif;
      text-transform: none;
      list-style: none;
      width: 300px;
      color: #fff;
      margin-bottom: 18px;
  }
  
  ul li a {
      -moz-transition: all 0.3s ease 0s;
      background: #d40437 none repeat scroll 0 0;
      color: #000;
      font-size: 0.8em;
      padding: 2px;
      text-decoration: none;
      text-transform: uppercase;
	font-style: italic;
}
  
  ul li a:hover {
	font-style: italic;
	background: #fff;
}
  
  small {
      color: #fff;
      display: block;
      margin: 15px 0 10px;
  }
  
  .mail a{
      background: #000 !important;
      border: none !important;
      color: #fff;
  }
