/* CSS Document */

body{
background-color:#DED2B8;
background-image:url(images/fdo_hom_horiz.jpg);
background-repeat:repeat-y;
margin:0px;
}

#content_home{
	position:absolute;
	width:780px;
	height:635px;
	margin:0px;
}

#footer{
	width:780px;
	height:30px;
	margin:auto;
	clear:both;
	text-align:center;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

a.white, a.white:link, a.white:active, a.white:visited{
color:#FFFFFF;
text-decoration:none;
}

a.white:hover{
color:#FFFFFF;
text-decoration:underline;
}