@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #606060;
	text-shadow: 5px 5px 5px #C0C0C0;
}

a {
	color: #DE1A12;
	text-decoration: none;
	outline: none;
}

h1 {
	font-family: 'Black Ops One', cursive;
	font-size: 48px;
}

.wrapper {
	margin: 0 auto;
	width: 1100px;
	height: 460px;
	background: url(/img/construction.jpg) no-repeat;
	background-position: 380px -40px;
	padding-top: 40px;
	position: relative;
	margin-top: 60px;
}

h2 {
	padding-top: 100px;
	padding-left: 80px;
	font-size: 18px;
}

.contact_data {
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 14px;
	padding-left: 100px;
}

.footer {
	position: absolute;
	bottom: -30px;
	right: 60px;
}

.hlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	display: block;
}
