* {
		margin: 0;
		padding: 0;
	}
	html, body {
		height: 100%;
		background-color: #000;
		color: #fff;
	}
	body {
		position: relative;
		display: table;
	 	margin: 0 auto;
	}
	
	.absContainer 
	{
		display: table-cell;
	}

img {
	border: none;
	padding: none;
}
#content {
	text-align: center;
	color: #fff;
}
#top {
	height: 20px;
}
.mail {
	padding-left: 120px;
}