	#html, body {
	margin-top:0;
	width : 100%;
	height : auto;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000000;
	font-family: Arial Rounded Bold;
	overflow-x: hidden;
	background-image:url(images/st-jean-2016.jpg);
}
#logo {
	height: auto;
	text-align: right; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width:80%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#logospacer {
	width: 200px;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
a:link {
color : #FFFFFF;
text-decoration : none;
}
a:visited {
color : #FFFFFF;
text-decoration : none;
}
a:hover {
color : #C60000;
text-decoration : none;
opacity : 0.5;
display : inline-block;
padding-bottom : 0;
}
a:active {
color : #FFFFFF;
text-decoration : none;
}

img {
border : 0;
}
.backtopbtn {
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 0px;
	display: inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 20px;
	
}
.topbtn2 {
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	width: auto;
}
.topbtn2  a:link{
    color:#002853;
}
.sq2 {
	width: 60%;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
	display:inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	padding-top: 60px;
	padding-bottom: 160px;
	margin-left: auto;
	margin-right: auto;
}
.mid-textparent {
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 300px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width:320px;
}
.mid-texttop3 {
	width: 100%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.mid-texttop4 {
	width: 100%;
	height: auto;
	text-align: center; /* !!! */
	vertical-align: top;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}.backtopbtn2 {
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 0px;
	display: inline-block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 20px;
	
}
.topbtn22 {
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	width: auto;
}
::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #000;
    }
::-webkit-scrollbar-thumb {
    background: #006699;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}