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

body {
	background:#FFF;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
#menu {
	position:fixed;
	top:0px;
	left:0px;
}
#anchor_topo {
	position:fixed;
	bottom:0px;
	left:240px;
}
#main {
	position:absolute;
	top:0px;
	left:390px;
	width:500px;
	height:auto;
}
#job {
	padding:30px 0px 30px 0px;
	float:left;
	border-bottom:thin dotted #666;
}
#bio {
	padding:30px 0px 30px 0px;
	float:left;
	border-bottom:thin dotted #666;
}
#links {
	padding:30px 0px 30px 0px;
	float:left;
	border-bottom:thin dotted #666;
}
#contato {
	padding:30px 0px 80px 0px;
	float:left;
	border-bottom-color:#c5006a;
	border-bottom-style:solid;
	border-bottom-width:200px;
}