body {
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section.header {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #fbb03b;
	background-image: url(../img/header_bg.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: repeat;
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
}

section.index {
	margin: 0px;
	border-style: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	display: table;
	opacity: 0;
}

img.logo {
	margin: 0px auto!important;
	border-style: none;
	padding: 0px;
	position: fixed;
	width: auto;
	z-index: 100;
	display: block;
}

img.footer_img {
	margin: 10% auto;
	border-style: none;
	padding: 0px;
	width: 90%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	z-index: 1;
}

div.index_blanket {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 0px;
	margin-top: 20px;
	border-style: none;
	padding: 1%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 98%;
	display: block;
}

.index_info {
	background-color: #b7e6bd;
	background-image: url(../img/index_info_bg.png);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: repeat;
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 90%;
	display: table;
}

.index_info_body {
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: table;
}

div.slider {
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: block;
	overflow: hidden;
}