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

/*
Design by Barbara Carneiro
www.barbaracarneiro.com

CSS by Bruno Carneiro
www.brunocarneiro.com
*/

/* Main */
* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #000000 url(../images/background.jpg) top center no-repeat;
}


/* Containers */
#credits {
	width: 990px;
	text-align: right;
	padding: 0 5px 10px 0;
}


/* Text */
.credits {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 2px;
}
a {
	text-decoration: none;
}
a.hover {
	text-decoration: underline;
}

/* Images and Boxes */

