@font-face {
	font-family: 'Futura-Bold';
	src: url('../font/futurabold.eot');
	src: url('../font/futurabold.eot?#iefix') format('embedded-opentype'),
			 url('../font/futurabold.woff') format('woff'),
			 url('../font/futurabold.ttf') format('truetype'),
			 url('../font/futurabold.svg#futurabold') format('svg');
		font-weight: normal;
		font-style: normal;
}
/**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*******************FIM RESET */
.cb { clear: both; } 

/*body {
	background: #fff url(../img/bgBody.jpg) no-repeat top center fixed;
}*/

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	width: 972px;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 50;
}

#Conteudo {
	background: url(../img/bgConteudo.png) no-repeat;
	width: 476px;
	height: 550px;
	margin: 25px auto;
	position: relative;
}

h1.Novo {
	background: url(../img/bgLogo.png) no-repeat;
	width: 225px;
	height: 76px;
	text-indent: -3000px;
	position: relative;
	top: 80px;
	left: 110px;
}
h1.Velho {
	background: url(../img/bgvelhoLogo.png) no-repeat;
	width: 154px;
	height: 96px;
	text-indent: -3000px;
	position: relative;
	top: 80px;
	left: 150px;
}

#Conteudo p.NovoTexto {
	background: url(../img/textoNovaMarca.png) no-repeat;
	width: 365px;
	height: 183px;
	text-indent: -3000px;
	display: block;
	margin: 150px 0 0 50px;
}
#Conteudo p.VelhoTexto {
	background: url(../img/textoVelhaMarca.png) no-repeat;
	width: 365px;
	height: 123px;
	text-indent: -3000px;
	display: block;
	margin: 150px 0 0 50px;
}
#Conteudo a.Postit {
	background: url(../img/imgPostit.png) no-repeat;
	width: 270px;
	height: 127px;
	text-indent: -3000px;
	display: block;
	position: absolute;
	bottom: 30px;
	right: -210px;
}


#Footer {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #090932;
}
#Footer p { width: 360px; float: left; }
#Footer .LogoMomentum {
	background: url(../img/LogoMomentum.png) no-repeat;
	width: 171px;
	height: 36px;
	text-indent: -3000px;
	display: block;
	float: right;
}

