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: 1;
	display: block;
}

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

img.logo {
	margin-top: 18%;
	border-style: none;
	padding: 0px;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 18%;
	position: fixed;
	top: 0px;
	width: 50%;
	z-index: 5;
	display: block;
}

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

div.index_blanket {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/index_blanket_cap_bg.jpg);
	background-attachment: scroll;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 1px;
	margin-top: 20px;
	border-style: none;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 195px;
	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: 100%;
	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;
}