* {
	padding: 0;
	margin: 0;
}

body{
	width:100%;
	height:100%;
	background:url(images/bg.jpg) repeat-x;
}

div#logo{
	margin: 0;
	text-align:center;
}

div#resina{
	height:145px;
	margin: 32px 0 0 0;
	text-align:center;
}

div#descricao{
	margin:auto;
	margin: 27px 0 0 0;
}

div#descricao h1{
	font:bold 17px Arial, Helvetica, sans-serif;
	text-align:center;
}

div#descricao ul{
	width:370px;
	margin: 27px auto 0;
	list-style:none;
}

div#descricao ul li {
	line-height: 17px;
	font: 11px Tahoma;
	color: #666666;
}

div#descricao ul li a {
	color:#666666;
	text-decoration:underline;
}

div#emails a:hover{ text-decoration:underline; }
