@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);

html,body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

html a:hover,body a:hover {
    text-decoration: underline;
	color: #DC0A02 !important;
}

a:focus {
	color: #DC0A02;
}

h1 {
	color: #DDB49D;
}

b {
	color: #BC5EA8;
}

#page {
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	background: #88B77B;
	top: 0px;
	font-size: 18px;
	position: fixed;
	z-index: 1000;
}

#header_left {
	font-size: 18px;
	padding-left: 50px;
	line-height: 10px;
	width: 75%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
}

#header_right {
	font-size: 18px;
	padding-right: 50px;
	line-height: 10px;
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header_right a {
	text-decoration: none;
	color: #fff;
}

#slide_head {
	text-align: center;
	font-size: 26px;
	padding: 220px;
}

#slide_header {
	margin: 20px;
	padding-top: 16px;
	font-size: 20px;
}

#content {
	width: 100%;
	height: 86%;
	margin: 50px 0px 50px 0px;
}

.slide {
	margin: 0px 50px 0px 50px;
	position: absolute;
	min-width: 92.2%;
	height: 90%;
}

.slide_content {
	margin: 0px 0px 0px 20px;
	font-size: 18px;
	text-indent: 10px;
	text-align: left;
	line-height: 25px;
}

#error {
	float: left;
}

.number {
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
}

#footer {
	width: 100%;
	background: #88B77B;
	font-size: 18px;
	bottom: 0px;
	position: fixed;
	line-height: 10px;
	text-align: center;
}