@charset "UTF-8";

body {
	margin:0;
	width:100%;
	height:0px;
	position:absolute;
	background-color:#ffffff;
	font-family: 'Aero Matics';
	color:#000;
	font-size:13px;
	text-align:center;
}
#wrapper {
	margin:0;
	width:100%;
	height:auto;
	position:absolute;
	background-color:#ffffff;
	color:#000;
	text-align:center; 
	overflow:hidden;
}
#formula_cont {
	width:95%;
	max-width:1400px;
	height:10em;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0px;
}
#formula_cont #formula {
	width:98%;
	height:10em;
	background-image:url(../media/formula.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto 100%;
	position:relative;
	top:0px;
}
#trame {
	width:100%;
	height:10em;
	background-image:url(../media/wave_top_loop.png);
	background-repeat:repeat-x;
	background-position:center top;
	background-size:auto 100%;
	position:absolute;
	top:0px;
}
#page_title_100p {
	width:95%;
	max-width:1400px;
	height:10em;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:-10em;
}
#page_title_100p #page_title {
	width:98%;
	height:10em;
	background-image:url(../media/title.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 60%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0px;
	left:3000px;
	opacity:0;
}
#main {
	width:95%;
	max-width:1400px;
	height:auto;
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-10em;
}
#main #content {
	text-align:left;
	width:98%;
	height:auto;
	min-height:20em;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0px;
	border:2px solid #000;
	border-radius:50px 10px;
	background-image:url(../media/back4.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	background-size:100% 100%;
	overflow:hidden;
	font-size:1.2em;
	color:#fff;
}
#canvas_container {
	left:-0.6em;
	height:8em;
	width:102.04%;
	position:relative;
	overflow:hidden;
}
#wave {
	left:-25em;
	height:8em;
	width:150em;
	position:absolute;
}
#bottom_spacer {
	top:-15em;
	width:95%;
	max-width:1400px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:1em;
}
span, div, p, a {
	-webkit-text-size-adjust:100%;
}
@media screen and (min-width: 10.0000001in) {
	#text {
		font-size:1.25em;
	}
}
@media screen and (min-width: 6.0000001in) and (max-width: 10in) {
	#text {
		font-size:1.75em;
	}
}
@media screen and (max-width: 6in) {
	#text {
		font-size:2.5em;
	}
}

