body {
	background: #CFE6A0;
	margin-top: 0px;
}
body, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #403835;
}
* {
	margin:0;
	padding:0;
}
.monitter {
	width: 650px;
	margin: 5px;
	position:absolute;
	left:50%;
	margin-left:-325px;
}
/* folha de estilos cabrona - by isa costa*/
.header {
	position:relative;
	width:860px;
	height:220px;
	background:url(../images/header.png) no-repeat;
	display:block;
	left:50%;
	margin-left:-430px;
}
.header h1, .header h2 {
	text-indent:-9999px;
}
.badge_cb {
	position:absolute;
	width:200px;
	height:107px;
	top:0px;
	right:0px;
}
.badge_cb a {
	background:url(../images/cb_badge.png) no-repeat;
	width:200px;
	height:107px;
	display:block;
}
.badge_cb a:hover {
	background:url(../images/cb_badge_hover.png) no-repeat;
	width:200px;
	height:107px;
	display:block;
}
.avatar {
	width:82px;
	height:111px;
	float:left;
	background:url(../images/avatar2.png) no-repeat;
}
.avatar img {
	width:48px;
	height:48px;
	margin: 30px 0 0 22px;
	border: 0px;
}
.bubble {
	width:532px;
	height:112px;
	float:left;
	background:url(../images/bubble1.png) no-repeat;
}
.bubbles a {
	color:#403835;
	font-weight:bold;
	text-decoration:none;
}
.bubbles a:hover {
	text-decoration:underline;
}
.twitt {
	width:465px;
	height:50px;
	margin:30px 0 0 45px;
}
.twitt p {
	margin:0px 0 10px 0;
}
/* folha de estilos cabrona - by isa costa*/
/* Em construção */
.wrapper {
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
}
/* Em construção */

/*JUITTER PLUGIN CSS*/
#juitterContainer{
	width: 650px;
	float:left;
} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;clear:both;}
/*end of Juitter CSS*/

#conteudo {
	position:relative;
	width:860px;
	height: auto;
	left:50%;
	margin-left:-430px;
}

#publicidade{
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#facebook{
	display:block;
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}