body {
	height: 1080px;
	width: 1920px;
	position: absolute;
	padding: 0;
	margin: 0 auto;
	background-color: #010204;
}
a{
text-decoration: none;
}
a img {
border:none; 
}
#background {
	position: fixed;
}
#PostForm {
	position: relative;
}
#back {
	position: absolute;
	top: 235px;
	left: 912px;
}
#back:hover {
	opacity: 0.8;
}
#back:active {
	top: 237px;
}
#error_form {
	position: absolute;
	top: 362px;
	left: 637px
}
#raket1 {
	position: absolute;
	top: 535px;
	left: 545px
}
#Error_404 {
	position: absolute;
	color: #3f3f3f;
	width: 555px;
	font-family: 'Bangers';
	font-size: 36px;
	top: 430px;
	left: 815px;
	text-shadow: 0px 1px 1px #ffffff;
}
#Error_404_1 {
	position: absolute;
	color: white;
	width: 555px;
	font-family: 'Bangers';
	font-size: 30px;
	left: 85px;
	top: 170px;
	text-shadow: 0px 1px 1px #ffffff;
}
#Form_text {
	position: absolute;
	color: #787878;
	width: 555px;
	font-family: 'Myriad Pro';
	font-size: 16px;
	font-style: italic;
	line-height: 1.1;
	top: 513px;
	left: 815px;
	text-shadow: 0px 1px 1px #ffffff;
}
#Search {
	position: absolute;
	color: #3f3f3f;
	width: 555px;
	font-family: 'Bangers';
	font-size: 14px;
	top: 577px;
	left: 815px;
	text-shadow: 0px 1px 1px #ffffff;
}
.Home {
	position: absolute;
	color: #3f3f3f;
	width: 555px;
	font-family: 'Bangers';
	font-size: 14px;
	text-shadow: 0px 1px 1px #ffffff;
}
.Home:hover {
	color: #098eb6;
}
#search_img {
	position: absolute;
	top: 575px;
	left: 1100px;
}
#input_form {
	position: absolute;
	top: 564px;
	left: 868px;
	width: 255px;
	height: 32px;
	background-color: #e3e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	-moz-box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 2px 0px #636363;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 2px 0px #636363;
	box-shadow: 0px 1px 0px 0px #ffffff, inset 0px 1px 2px 0px #636363;
}
#button {
	position: absolute;
	top: 220px;
	left: 180px;
	height: 13px;
	padding: 11px 22px;
	font-size: 15px;
	width: 68px;
	font-family: 'Bangers';
	color: white;
	-moz-box-shadow: 0px 1px 0px 0px #3f3f41, inset 0px 1px 0px 0px #636363;
	-webkit-box-shadow: 0px 1px 0px 0px #3f3f41, inset 0px 1px 0px 0px #636363;
	box-shadow: 0px 1px 0px 0px #3f3f41, inset 0px 1px 0px 0px #636363;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3c3c3c), color-stop(1, #222222) );
	background: -moz-linear-gradient( center top, #3c3c3c 5%, #222222 100% );
	background: -o-linear-gradient(#3c3c3c, #222222);
	background: -ms-linear-gradient(#3c3c3c, #222222);
	
	background-color: #222222;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 3px solid #03283c;
	display: inline-block;
	text-decoration: none;
}
#button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #222222), color-stop(1, #3c3c3c) );
	background: -moz-linear-gradient( center top, #222222 5%, #3c3c3c 100% );
	background: -o-linear-gradient(#222222, #3c3c3c);
	background: -ms-linear-gradient(#222222, #3c3c3c);
	background-color: #3c3c3c;
}
#button:active {
	top: 222px;
}
#raket {
	position: absolute;
	top: 60px;
	left: 183px;
	opacity: 0;
}
