* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
#wrapper {
	margin: 0 auto;
	width: 1020px;
}
#content {
	width: 1000px;
	color: #333;
	margin: 10px  0px 10px 0px;
	padding: 10px;
	height: 900px;
}
#boton {
	height: 50px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#boton.txt {
	height: 23px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
#boton.txt a {
	height: 23px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-decoration: underline;
}
#boton.txt a:hover {
	height: 23px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #F00;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-decoration: underline;
}
