* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
/*	background-image: url(2.jpg);
	background-position: center -100px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	-o-background-size:cover;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;*/
	font-family: Arial, Helfvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
#wrapper {
	width: 1050px;
	height: 2000px;
	margin: 0 auto;
	padding-top: 10px;
}
#header {
	width: 1050px;
	height: 147px;
	margin: 0 auto;
	position: absolute;
	z-index: 100;
	background-image: url(fon-header.png);
}
#logoblock {
	width: 1050px;
	margin: 0 auto;
	height: 147px;
}
#subtitle {
	padding: 0px 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*	margin-bottom: 20px;*/
	color: #000;
	text-transform: uppercase;
}
#contentas {
	height: 600px;
/*	background-color: #F90;*/
	margin-top: 270px;
}