@charset "windows-1251";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ebdbbb;
	background-image: url(img/background.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainMenu {
	position: absolute;
	top: 30px;
	right: 50px;
	left: 300px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.rocket {
	position: absolute;
	top: 162px;
	left: 0px;
}

.content {
	position: relative;
	margin-top: 150px;
	margin-right: 50px;
	margin-left: 300px;
}

.content h1 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3B16B;
}
.content h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3B16B;
}

.link  {

}

.copyrights {
    float:none;
	font-size: 14px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	margin-right: 50px;
	margin-left: 300px;
}
