/*
 * CSS
 * Author: Habner Gerotto
 * Author URL: http://habner.com/
 *
 */

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

header, footer, aside, nav, article {
	display: block;
}

body {
	background: #c0ddeb;
	height: 100%;
	font: 24px "Lucida Sans";
}

a, a img {
	border: none;
	text-decoration: none;
}

header {
	width: 100%;
	height: 230px;
	background: transparent url(images/nuvem_top.png) no-repeat right;
	position: fixed;
	top: 0;
	z-index: -998;
}

img#logo {
	margin: 30px 0 0 30px;
	float: left;
	position: fixed;
}

a img#portfolio {
	top: 250px;
	left: 30px;
	position: fixed;
}

a img#blog {
	top: 30px;
	left: 280px;
	position: fixed;
}

footer {
	width: 100%;
	height: 457px;
	background: transparent url(images/nuvem_bottom.png) no-repeat left;
	position: fixed;
	bottom: 0;
	z-index: -999;
}