* {
    margin: 0;
    padding: 0;
}

html { 
  background: url(1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  height:100%;
}

a {
    text-decoration: none;
}

.mail{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.mail a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}

.mail a:hover{
	color: #fff;
}



