body {
	padding: 0;
	margin: 0;
	font: 12px Arial, sans-serif;
	line-height: 20px;
	color: #666666;
	background-color:#fff;
	text-align:justify;
	background-image: url(../images/delete/dsLogo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
	
/* Footer 	--------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer { margin:480px auto; text-align:center;  width:740px; border-top: #CCCCCC 1px solid;  }
.footSmall { color:#999999; font-size:10px; }
.footSmall a:link, .footSmall a:visited { color:#999999; text-decoration:none; }
.footSmall a:hover {	color:#DA3B3B; text-decoration:underline; }
	
