body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	/*background-color: #f4f3eb;*/
	background-color: #FFF;
	font-family: 'Raleway', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*{
	outline: none;
}
.message{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	margin: 0;
	z-index: 70;
}
.logo{
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 90;
	text-align: right;
}
.logo img{
	width: 40%;
}
.teaser{
	position: absolute;
	left: 0;
	bottom: 100px;
}
.teaser-txt01{
	position: absolute;
	left: 0;
	bottom: 282px;
	height: 50px;
	padding: 4px 0 0 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.teaser-txt02{
	position: absolute;
	left: 0;
	bottom: 232px;
	height: 50px;
	padding: 0 0 0 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.teaser-txt03{
	position: absolute;
	left: 0;
	bottom: 176px;
	height: 50px;
	padding: 0 0 6px 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.teaser-txt04{
	position: absolute;
	left: 0;
	bottom: 120px;
	height: 50px;
	padding: 0 0 6px 20px;
	font-family: Georgia, Arial;
	font-size: 44px;
	color: #72408d;
	background: #FFF;
	filter: opacity(alpha=80); /* para o IE */
    -moz-opacity: 0.8; /* para o FireFox */
    opacity: 0.8; /* para o outros Navegadores */
}
.footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	height: auto;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 13px;
	font-weight: lighter;
	text-align:  center;
	color: #363a66;
	z-index: 80;
}
.footer span{
	color: #0072bc;
}
