body {
	background: url('../img/background.png');
}
#copy {
	text-align: center;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.anuncio {
	background-color: transparent;
	border: transparent;
}
.gradiente {
	background: #fce302; /* Old browsers */
	background: -moz-linear-gradient(top, #fce302 0%, #fc8c23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce302), color-stop(100%,#fc8c23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fce302 0%,#fc8c23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fce302 0%,#fc8c23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fce302 0%,#fc8c23 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fce302 0%,#fc8c23 100%); /* W3C */
}