* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: no-repeat fixed center #000;
  background-image: url(../images/bg.jpg);
  color: white;
  z-index: 0;
}
h1{
	color: white;
	text-align: center;
}

a:visited {
	color:#f2f2f2;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color:#f2f2f2;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color:#f2f2f2;
	font-weight: bold;
	font-size: 12px;
}

.content{
	text-align: left;
	padding: 30px;
	vertical-align: middle;
}
#container {
  min-height: 100%;
  margin-bottom: -30px;
}

#empty {
  height: 30px;
  width: 100%;
}

.footer {

  height: 30px;
  text-align: left;
}
a.footer:link{
	text-align: center;
	color: #d2d2d2;
}
a.footer:hover{
	text-align: center;
	font-weight: bold;
	color: #d2d2d2;
}
a.footer:visited{
	text-align: center;
	text-decoration: none;
	color: #d2d2d2;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 25%;
	top: 5%;
}

.mail{
	background-image: url(../images/mail.png);
	background-position: center left;
	background-repeat: no-repeat;
	width: 250px;
	height: 217px;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
}
