@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-image: url(back.jpg);
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#base{
	width:900px;
	margin:auto;
	
}

#topo{
	width:900px;
	height:192px;
	
}
#fone{
	width:300px;
	height:80px;
	margin-top:40px;
	float:right;
}

#publicidade{
	width:900px;
	height:192px;
	margin-top:10px;
	background-color: #CCC;
}

#banner{
	padding:5px;
}

#filet{
	width:900px;
	height:1px;
	background:#CCC;
	margin-top:10px;
}

#topicos{
	width:800px;
	height:30px;
	margin-top:10px;

}


#meio{
	width:420px;
	margin-top:10px;
	float:left;
}



#meio2{
	width:400px;
	margin-top:10px;
	float:right;
}

#rodape{
	width:100%;
	height:150px;
	margin-top:20px;
	float:left;
	background-image: url(back-rodape.jpg);
	background-repeat: repeat-x;
}
#base-rodape{
	width:900px;
	height:120px;
	margin:auto;
	padding-top:20px;
}

#end{
	width:300px;
	float:left;
	margin-left:5px;
	padding-top:10px;
	
	
}


#relacionamentos{
	float:right;
	margin-left:20px;
}


