html, body {
	height: 100%;
	width: 100%;
}
.clear { clear: both; }

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#loader div img { height: 48px; width: 48px; position: absolute; left: 50%; top: 360px; }#corpo {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#corpo .logo {
	background-image: url(../images/logo.png);
	height: 105px;
	width: 156px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 40px 25px;
	cursor: pointer;
}
#corpo .local-download {
	background-image: url(../images/bgDownload.png);
	float: left;
	height: 327px;
	width: 236px;
}
#corpo .local-download .botao { margin-top: 210px; }
#corpo .local-download .botao a.linkBotao {
	background-image: url(../images/bot.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 146px;
	background-position: left 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#corpo .local-download .botao a.linkBotao:hover { background-position: left -45px; }
#corpo .deco-tv {
	background-image: url(../images/video.png);
	float: left;
	height: 291px;
	width: 418px;
	margin-left: 123px;
	margin-top: 17px;
}
