﻿#fundo
{
	width: 930px; 
	position: absolute; 
	height: 508px; 
	background-image: url(../images/fundo.jpg);
	background-position: top; 
	top: 25px; 
	left: 0px
}

#texto
{
	position: absolute; 
	left: 441px; 
	width: 448px; 
	top: 79px
}

#home
{
	position:absolute; 
	top:480px; 
	left:800px	
}

#imagem{
	position: absolute; 
	left: 20px; 
	top: 51px
}
		#imagem ul.items {
		padding:0;
		margin:0;
	}
		#imagem ul.items li{
		list-style-type:none;
		list-style:none;
		margin:6px 8px 6px 12px;
		padding:0;	
		display:inline;
		float:left;
}
		#imagem ul.items li div{
		width:180px;
		margin:0;
		
}

