* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #000;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: url('texture.png') repeat 50% 50%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
/*	width: 900px;*/
	margin: 0 auto;
	height: 100%;
	overflow:hidden;
	text-align: center;
	position: relative;
}

#wrapper h1{
	color: #fff;
	font: 0.9em Arial;
}
.img {
	background: url('zastavka_3.png') no-repeat 50% 50%; 
	height:100%;
	width: 800px;
	margin: 0px auto;
	position: relative;
}
.img a {
	display:block;
	width:50%;
	height: 100%;
/*	background: url('2.png') no-repeat top center;*/
	text-decoration: none;
	font: 2.4em/64px Arial;
	font-weight: bold;
	color: #0a0a0a;
	position: absolute;
}
.img a:hover {
/*	background: url('1.png') no-repeat top center; */
	color: #fff;
}

.ve4er {
	left: 0;
}
.no4 {
	right: 0;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	background: #141414;
	width:800px;
	margin: 0px auto;
	min-height: 400px;
	color: #fff;
	font: 1em/1.5em Arial;
}
#content h1{
	font: 2.2em/2.5em Arial;
	color: #ff00ff;
}
#content h2{
	font: 1.8em/1.8em Arial;
}
#content p{
	font: 1.2em/1.333em Arial;
	padding: 20px 40px;
	text-align: left;
}
#content img{ 
	width: 750px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #BFF08E;
}
