.de_novo_paragraph {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: 0.1px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.shadow {
	#wrapper {
position: relative; /**to help IE filters**/
width: 900px;
margin:0 auto;
/**CSS Shadows for non-IE browsers**/
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
-khtml-box-shadow: 5px 5px 5px #000;
box-shadow: 5px 5px 5px #000;
}
}

