body{
	overflow:hidden;
}
#titulo{
	text-align:center;
	color:black;
	text-shadow: 1px 1px 20px blue;
	text-decoration:underline;
}
#corpo-2{
	color:black;
	text-shadow: 0px 0px 20px White;
	text-decoration:underline;
	box-shadow:  0 0 4px black;
	font-size:20px
}
#corpo-2-2{
	color:black;
	text-shadow: 0px 0px 2px red;
	text-decoration:underline;
	font-size:20px;

}
#desc{
	background:;
	color:red;

	
}
#field{
	background:;
	float:right;
	width:93%;
	height:390px;
	overflow:hidden;
}
#s1{
	width:40%;
}
#s2{
	width:40%;
	float:right;
}