@charset "utf-8";
/* style.css */
 

*{}
html{}
html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body{
	padding:0 0 0 0;
	margin: 0 0 0 0;
	font: 14px arial;
	background: black;
}

a {
	  color:white;
	  text-decoration: none;
	  cursor: pointer;
}

.mail {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

