* {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;/* retira as bolinhas da lista */
}
ul#jobs {
	clear:both; /* limpa os floats */
	/*margin-left:30px; margem a direita das imagens dos jobs para centralizar */
}
ul#jobs li{
	margin-bottom:30px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333;
	background:url(imagens/bg.gif) repeat;
	text-align:center;/* centraliza a div id geral para o IE */
}
a {
	overflow:hidden;/* oculta a bordinha do link micrado pelo text-ident*/
}
img {
	border:0px;
}
.resumo {
	float:left;
	margin-top:15px;
	width:480px;
}
#menu {
	float:right;
	margin-bottom:15px;
	margin-top:30px;
}
#geral {
	width:715px;
	margin:0 auto;/* centraliza para os browsers bacanas */
	text-align:left;
}
h1 a {
	background:url(imagens/manunejaim_designer.gif);
	display:block;/* elemento de bloco joga o outro elemento pra proxima linha, elemento inline fica sozinho na linha */
	width:203px;
	height:47px;
	text-indent:-5000px;/* oculta o texto referente a imagem */
	float:left;
	margin-top:30px;
}
a#bt_download {
	background:url(imagens/menu/bt_download.gif) left top;
	display:block;
	width:203px;
	height:36px;
	text-indent:-5000px;
	margin-bottom:1px;
}
a:hover#bt_download {
	background:url(imagens/menu/bt_download.gif) left 36px;
}
a#bt_twitter {
	background:url(imagens/menu/bt_twitter.gif);
	display:block;
	width:203px;
	height:36px;
	text-indent:-5000px;
	margin-bottom:1px;
}
a:hover#bt_twitter {
	background:url(imagens/menu/bt_twitter.gif) left 36px;
}
/*a#bt_blog {
	background:url(imagens/menu/bt_blog.gif);
	display:block;
	width:203px;
	height:36px;
	text-indent:-5000px;
	margin-bottom:1px;
}
a:hover#bt_blog {
	background:url(imagens/menu/bt_blog.gif) left 36px;
}*/
a#bt_contato {
	background:url(imagens/menu/bt_contato.gif);
	display:block;
	width:203px;
	height:36px;
	text-indent:-5000px;
	margin-bottom:1px;
}
a:hover#bt_contato {
	background:url(imagens/menu/bt_contato.gif) left 36px;
}