@font-face {
	font-family: Swagger;
	src: url('Swagger.ttf');
}

html {
	background-color: #000000;
	overflow:hidden;
	font-family: Swagger;
}

body {
	min-width: 960px;
	min-height: 840px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.contact {
	margin: 0px auto;
	width: 1024px;
	height: 768px;
}

.form {
	position: absolute;
	top: 50%;
	left: 40%;
}

.button {
	margin-left: 26%;
	background: url('../images/others/enter.png') no-repeat;
	width: 80px;
	height: 30px;
	border: none;
	cursor: pointer;
}

#errormessage p{
	color: #FF0000;
}
