html, body {
    background: #f8b69e url(../img/home_bg.jpg) repeat-x scroll left top;
	padding: 0;
	margin: 0;
	height: 100%;
}

#flash_home {
    background: none;
	padding: 0;
	margin: 0 auto;
	width: 650px;
	height: 525px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #897964;
}

#flash_home a {
	color: #C42438;
	text-decoration: none;
}
#flash_home a:hover {
	text-decoration: underline;
}

#presentation_top {
    background: transparent url(../img/presentation_top_bg.jpg) no-repeat center top;
	padding: 0;
	margin: 0 auto;
	width: 650px;
	height: 15px;
}
#presentation_bottom {
    background: transparent url(../img/presentation_bottom_bg.jpg) no-repeat center bottom;
	padding: 0 0 15px 0;
	margin: 0 auto;
	width: 650px;
}
#presentation_bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #897964;
	text-align: justify;
	padding: 0;
	margin: 0 53px 0 53px;
}
#presentation_bottom p strong {
	font-weight: normal;
	color: #f06e69;
}

#presentation_bottom a {
	color: #C42438;
	text-decoration: none;
}
#presentation_bottom a:hover {
	text-decoration: underline;
}













