* {
margin:0px;
padding:0px;
}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E5E5E5;
}

#all {
	background-color: #660066;
	padding: 10px;
	width: 760px;
	height: 1060px;
	position: relative;
	margin-left: -380px;
/*	margin-top: -300px;	*/
	left: 50%;
/*	top: 50%; 		*/
}

#menu {
	font-size: 14px;
	width: 760px;
	height: 20px;
	position: relative;
	text-align: center;
}

#conteudo {
	width: 590px;
	position: relative;
	float: left;
}

#links {
	width: 150px;
	position: relative;
	float: left;
	text-align: right;
}
#footer {
	width: 760px;
	position: relative;
	float: left;
	text-align: center;
	line-height: 18px;
}

#thanks {
	background-color: #660066;
	padding: 10px;
	width: 280px;
	height: 125px;
	position: relative;
	margin-left: -140px;
	margin-top: 30px;
	left: 50%;
	text-align: center;
}
#contact {
	background-color: #660066;
	padding: 10px;
	width: 760px;
	/*height: 490px;	*/
	position: relative;
	margin-left: -380px;
	left: 50%;

}

/* "Sobre", "Bio", "Portfólio", "Na web"*/
h1 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bolder;
}

/* "Desenvolvimento de sites em Drupal" */
h2 {
	font-size: 14px;
}

p {
	line-height: 18px;
	text-align: justify;
}

a:link {
	color: #C877EA;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color: #A472A5;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}