html{
	overflow:auto;
}

html, body {
	margin:0;
    padding:0;
}

body {
    background-color:#fff;
}



#container {
  width: 960px;
  height: 560px;
 
  position: absolute;
  top: 50%;
  left: 50%;
 
  margin-top: -280px;   /* height/2 = 560px / 2 */
  margin-left: -480px;  /* width/2 = 960px / 2 */

}
.desarrollo {
	font-size: 12px;
	color: #666;
}
A:link {text-decoration: none; color: #C30;}
A:visited {text-decoration: none; color:#C30;}
A:active {text-decoration: none; color:#C30;}
A:hover {text-decoration: none; color:#000;}
