body {
	background-color: #FCFCFC;
}

#principal {
	margin-left: 50px;
	margin-top: 55px;
	width: 50%;
}
#texto {
	font-size: 23px;
	color: #C4C4C4;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 34px;
}

#botao {
	font-size: 23px;
	color: #C4C4C4;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 32px;
	border: none;
	background-color: #FCFCFC;	
	margin-left: -10px;
}

#botao:active {
	color: #666666;
}

#botao:hover {
	color: #666666;
}

#myText {
	background-color: #FCFCFC;
	border: 1px solid #F0F0F0;
	font-size: 14px;
	line-height: 17px;	
	font-weight: bold;
	color: #AAAAAA;
	font-family: Helvetica;
	padding: 4px;
}

#textopoema {
	margin-top: -585px;
	margin-left: -10px;
	width: 50%;
	float: right;
}

#poema {
	margin-left: -30px;
	margin-right: 40px;
	font-size: 23px;
	color: #666666;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 34px;	
}
