* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F0F0F0;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background: #000000 url(../img/fundo.jpg) center top no-repeat;
}
.geral {
	position:absolute;
	top:40px;
	left:0;
	width:100%;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.box {
	width:500px;
	height:460px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
.clear {
	clear:both;
}

.contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	text-align:left;
	
	}
	
	.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align:rigth;
	width:100px;
	position:absolute;
	bottom:10px;
	left:68%;

	
	}