BODY {
	background-color: #1C1D24;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#MAINhome {
	margin-top: 8%;
	margin-right: auto;
	margin-left: auto;
}
#CONTENThome {
	width: 706px;
	display: block;
	position: relative;
	float: none;
	margin-top: 0px;
	height: 500px;
}

/*style accordeon*/
.AccordionContainer {
	width: 700px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 3px outset #8A0A0A;
}
.AccordionTitle {
	moz-user-select: none;
	vertical-align: middle;
	text-align: center;
	width: 700px;
	height: 70px;
	overflow: hidden;
	position: relative;
}

.AccordionContent {
	display: none;
	height: 370px;
	width: 700px;
	position: relative;
	overflow: hidden;
}
.BTNhome {
	width: 700px;
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 370px;
}
.BTNhomeli {
	height: 370px;
}

.AccordionTitlebs {
	moz-user-select: none;
	vertical-align: middle;
	text-align: center;
	width: 700px;
	height: 60px;
	overflow: hidden;
	position: relative;
}
