html, body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;	
	height: 100%;
}
body, div, td, a {
	font-family: Helvetica,;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	text-decoration: none;
}


div#box {
	width: 956px;
	height: 650px;
	background-color: #9d988f;
	margin-top: 10px;
	left: 50%;
	position: absolute;
	margin-left: -478px;
}

div#iva{
	width: 200px;
	margin-top: 20px;
	text-align: left;
	font-size: 11px;
	float: left;
	color: #c0c0c0;
	
}


div#credits{
	margin-top: 20px;
	text-align: right;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}
div#credits a{
	color: #c0c0c0;
	text-decoration: none;
	
	
}