@font-face {
    font-family: 'klavika_boldbold';
    src: url('fontes/klavikaboldbold-webfont.eot');
    src: url('fontes/klavikaboldbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/klavikaboldbold-webfont.woff') format('woff'),
         url('fontes/klavikaboldbold-webfont.ttf') format('truetype'),
         url('fontes/klavikaboldbold-webfont.svg#klavika_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('fontes/yanonekaffeesatz-bold-webfont.eot');
    src: url('fontes/yanonekaffeesatz-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('fontes/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('fontes/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('fontes/yanonekaffeesatz-light-webfont.eot');
    src: url('fontes/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('fontes/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('fontes/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('fontes/yanonekaffeesatz-regular-webfont.eot');
    src: url('fontes/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('fontes/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('fontes/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, address,
img, strong, dl, dt, dd, ol, ul, li,
form, label, table, tr, th, td, article,
aside, footer, header, nav, section, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
	display: block;
}

body {
	background: url("../img/bg_facebook.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.fb-likes-count {
	color: #fff;
	font-family: 'klavika_boldbold';
	font-size: 230px;
	width: 980px;
	text-align: right;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -490px;
}

.seguidores2 {
	position: absolute;
	bottom: 25px;
	color: #fff;
	font-family: 'klavika_boldbold';
	text-transform: lowercase;
	font-size: 38px;
	width: 930px;
	left: 50%;
	margin-left: -475px;
	text-align: right;
}
.entrar {
	width: 248px;
	height: 83px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	position: relative;
	top: -25px;
	float: right;
	-webkit-box-shadow: 0 8px 4px -4px black;
	-moz-box-shadow: 0 8px 4px -4px black;
	box-shadow: 0 8px 4px -4px black;
}
#all {
	height: 100%;
	width: 980px;
	margin-left: -490px;
	position: absolute;
	left: 50%;
	z-index: -1;
}


.entrar a {
	color: #267590;
	text-decoration: none;
    font-family: 'yanone_kaffeesatzregular';
	font-size: 36px;
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 27px;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}

.entrar a:hover {
	opacity: .5;
}

.facebook {
	position: absolute;
	bottom: 252px;
	color: #fff;
	font-family: 'klavika_boldbold';
	text-transform: lowercase;
	font-size: 38px;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	text-align: right;
	z-index: 1;
}
.liketb {
	width: 200px;
	position: relative;
	float: right;
	text-align: right;
	top: 70px;
}
#bt-curtir {
	float: right;
	height: 30px;
	width: 200px;
	margin-top: 15px;
	position: relative;
	text-align: right;
}
#pollyanna-logo {
	float: right;
	height: 147px;
	width: 980px;
	margin-top: 180px;
	position: relative;
	text-align: right;
}
#logo-md {
	height: 32px;
	width: 65px;
	position: absolute;
	text-align: right;
	bottom: 20px;
	right: 20px;
	
}
