@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.container {
	position:absolute;
	height:100%;
	width:100%;
}

.contact {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	height:150px;
	width:300px;
	color:#444444;
}
