
  html, body { 
  	margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
    height: 100%;
}

  body, div, td, a {
   font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 14px;
}


  div#box { 
    top: 50%;
    left: 50%;
    height: 595px;
    width: 964px;
    position: absolute;
    margin-top: -297px;
    margin-left: -482px;
}

div#iva{
	width: 200px;
	margin-top: 15px;
	text-align: left;
	font-size: 11px;
	float: left;
	color: #c0c0c0;
	
}


div#credits{
	margin-top: 15px;
	text-align: right;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}
div#credits a{
	color: #c0c0c0;
	text-decoration: none;
	
	
}
