/**
* Elementos básicos
*/
body { padding:0px; margin:0px; }
a img { border:0px; }
ul { list-style:none; margin:0px; padding:0px; }
li { margin:0px; padding:0px; }


/**
 * Galeria de imagens
 */
#galeriaimagens {
	background:url(../imgs/imagens.jpg) no-repeat;
	height:334px;
	width:1080px;
	position:relative;
	overflow:hidden;
}
#imagens {
	position:absolute;
	top:60px;
	/* Largura da galeria de Imagens*/
	width:9550px;
	left:8480px;
}
#galerialimite {
	width:18070px;
	position:absolute;
	left:-8480px;
}
#imagens li{ display:inline; }
#imagens img { padding:10px; background:#ffffff; } 


/**
 * TWITTER
 */
#tweets { width:1080px; height:571px; background:url(../imgs/tweets.jpg) no-repeat; position:relative; font-family:Arial, Helvetica, sans-serif; }
.tweet_list img { position:absolute; left:120px; }
.tweet_text { position:absolute; left:240px; color:#9b9b9b; width:685px; font-size:18px }
.tweet_time { position:absolute; left:240px; color:#9b9b9b; width:685px; font-size:14px; text-align:right; }
.tweet_user { position:absolute; left:240px; color:#9b9b9b; font-size:14px; }
#tw-0 img {	top:178px }
#tw-1 img { top:287px }
#tw-2 img {	top:395px }
#tw-0 .tweet_text {	top:178px }
#tw-1 .tweet_text {	top:288px }
#tw-2 .tweet_text {	top:398px }
#tw-0 .tweet_time {	top:228px }
#tw-1 .tweet_time { top:337px }
#tw-2 .tweet_time {	top:447px }
#tw-0 .tweet_user {	top:152px }
#tw-1 .tweet_user { top:261px }
#tw-2 .tweet_user {	top:369px }

