@charset "UTF-8";

* {
	font-family:Arial, Helvetica, sans-serif;
}


.center_image {
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 100%;
}
body {
	background-color: #000000;
}
.contact_form {
margin:0;
padding:0;
	position: absolute;
	z-index: 5;
	height: 300px;
	width: 400px;
	left: 482px;
	top: 315px;
	text-align: left;
}
.contact_form input {
	margin-bottom: 4px;
}
