/* CSS Document */
*, root {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}
	a:hover {
		color: #000;
	}
	
	
img {
	border: none;
}

.c {
	clear: both;
}

.hide {
	display: none;
}

.nolist {
	list-style: none;
}


/****/
body {
	background: #67bbd2 url(../images/bg.jpg) top center no-repeat;
	font: small/150% mydriad, "Trebuchet ms", helvetica, arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding-top: 56px;
}

#geral {
	margin: 0 auto;
	position: relative;
	width: 994px;
}
	h1, h2 {
		font-weight: 300;
	}
		h2 {
			background: url(../images/box-big.png) no-repeat;
			color: #67bbd2;
			display: block;
			font-size: 2em;
			height: 144px;
			line-height: 180%;
			padding-top: 80px;
			width: 926px;
		}
	
	ul, li, #find-me li a {
		display: block;
	}
	
		#find-me li, #find-me li a {
			float: left;
		}
		
	
	#twitter {
		background: url(../images/bird-wet.png) bottom left no-repeat;
		clear: both;
		height: 140px;
		margin: 130px auto 0 auto;
		width: 420px;
	}
		#tweet {
			background: url(../images/box-tweet.png) no-repeat;
			color: #6a7f9f;
			display: block;
			height: 65px;
			text-align: left;
			margin: 30px 0 0 96px;
			padding: 8px 32px 8px 26px;
			width: 300px;
		}