* body {
	background: black;
	margin: auto auto auto auto;
}

#cuadro1 {
position:relative;
	margin: 35px auto auto auto;
	border: none;
	width: 1024px;
	height: 600px;
	background: url("intro_image.jpg");
}

#download{
	color: #585858;
	background: none;
	margin: 0px auto auto auto;
	width: 1024px;
	text-align: center;
	font-family:Trebuchet MS, sans-serif;
	font-size: 10px;
}

#enter{
position:absolute;
	margin-top: 278px;
	color: #fff;
	width: 1024px;
	text-align: center;
	font-family:Trebuchet MS, sans-serif;
	font-size: 15px;
}


#registro {
	color: #585858;
	background: none;
	margin: 0px auto auto auto;
	width: 1024px;
	text-align: left;
	font-family:Trebuchet MS, sans-serif;
	font-size: 10px;
}

a {
	color: red;
	font-style: none;
	text-decoration: none;
}

