@CHARSET "UTF-8";

div#principal{
	width:780px;
	height:832px;
	background:url(../img/background.jpg) no-repeat;
}

div#conteudo{}

div#comunidades{
	padding:120px 0 0 160px;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
  
ul li{
  margin: 2px 0 6px 0;
  padding: 0;
  font-weight: bold;
  line-height: 32px; /* altura do ícone */>
  background-repeat: no-repeat;
  background-position: 0 50%;
}
  
ul li a{
 padding-left: 40px; /* largura do ícone + espaço em branco */
 text-decoration:none;
 font: bold 15px Arial, Helvetica, sans-serif;
 color:#000;
}

#email{ background:url(../img/icons/email.png) no-repeat; }
#telephone{ background:url(../img/icons/telephone.png) no-repeat; }
#blogger{ background:url(../img/icons/blogger.png) no-repeat; }
#ie{ background:url(../img/icons/ie.png) no-repeat; }
#skype{ background:url(../img/icons/skype.png) no-repeat; }
#twitter{ background:url(../img/icons/twitter.png) no-repeat; }
#msn{ background:url(..//img/icons/msn.png) no-repeat; }
#radio{ background:url(../img/icons/radio.png) no-repeat; }


