/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 10px;
	background-color: #333333;
	background-image: url(../images/fundo.gif);
	background-repeat: repeat;
	text-align: center;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#wrapper {
	position: relative;
	width: 750px;
	height: 480px;
	background-color: #666666;
	margin: auto;
}