@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	background: url(imagens/bg01.jpg) #000000 top center no-repeat;
}

body {
	background-color: #000000;
}

body, div {
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,1),
	0px 0px 10px rgba(0,0,0,1),
	0px 0px 10px rgba(0,0,0,1),
	0px 0px 20px rgba(0,0,0,1);
	font-family: FolksRegular, Helvetica, Arial, Verdana, Sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}

b {
	
	color: #CC6666;
}

#bg {/*
	background-color: #000000;
	background-image: url(imagens/bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;*/
	width: 1080px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -540px;
	z-index: -999;
}

#center {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

#iphone {
	display: block;
	float: left;
	width: 342px;
	height: 784px;
	margin-top: 150px;
	margin-left: 20px;
	background-image: url(imagens/iphone01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#iphone #tela {
	position: relative;
	top: 130px;
	left: 47px;
	width: 254px;
	height: 435px;
	background: url(imagens/iphone03.jpg);
}

#iphone #hora {
	width: 100%;
	height: 16px;
	position: relative;
	top: -18px;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-shadow: none !important;
}

#iphone #flare {
	position: relative;
	top: -435px;
	left: 0px;
	width: 342px;
	height: 784px;
	background: url(imagens/iphone02.png) no-repeat;
}

#texto {
	display: block;
	width: 500px;
	float: left;
	margin-top: 270px;
}

#texto #principal {
	display: block;
	height: 400px;
	overflow: auto;	
}

#texto #logo {
	position: absolute;
	top: -30px;
	right: 70px;
	display: block;
}

#texto ul {
	text-align: left;
}

#texto .btn1 {
	float: left;
	display: none;
}

#texto .btn2 {
	float: right;
}

#langs {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 70px;
	height: 32px;
}

#langs #en {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
}

#langs #pt {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
}

#langs .selected {
	background-color: #333333;
	border-left: 2px #333333 solid;
	border-right: 2px #333333 solid;
}