* {
	margin: 0; padding: 0;
}

body {
	font-size: 80%; font-family: Georgia, serif;
	background: url(page-bg.jpg) top left no-repeat #2f2e2c;
}

img {
	border-style: none;
}

h2, h3, a {
	color: #96997a;
}

#personal {
	position: absolute;
	left: 186px;
	top: 99px;
	width: 376px;
	height: 100px;
	overflow: hidden;
}

#personal img {
	float:right;
}

#tweets {
	position: absolute;
	left: 186px;
	top: 205px;
	width: 376px;
	height:250px;
	overflow:auto;
}

#tweets p {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	color:  #7a8a99;
	background: url(transpBlue.png);
}

#friends {
	position: absolute;
	left: 620px;
	top: 99px;
	width: 376px;
	height:350px;
	overflow:auto;
}

#friend_tweet {
	position: absolute;
	left: 90px;
	top: 90px;
	width: 230px;
	height:250px;
	overflow:auto;
}


#fotos {
	position: absolute;
	left: 186px;
	top: 500px;
	width: 800px;
	height:133px;
	overflow:auto;
}



#followers {
	position: absolute;
	left: 620px;
	top: 410px;
	width: 376px;
	height:50px;
	overflow:hidden;
	text-align:center;
}

font {
	color: #96997a;
}
