body {
	margin:0px auto;
	background:#aadff1;
	background-image:url(../images/index.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:trebuchet ms;
	font-size:0.825em;
	color:#000000;
	text-align:left;
	}
	
	
#form{ 
	position:absolute;
	width:465px;
	height:65px;
	padding-top:10px;
	background:url(../images/search.png) no-repeat;
	bottom:75px;
	left:15px;
	}	

/*--------------------------------------------footer------------------------------------------------------*/

			
#footerText { 
	position:absolute;
	width:460px;
	height:Auto;
	bottom:5px;
	left:0px;
	padding:20px
	}	


#footerText p { 
	text-align:left;
	color:#000;
	font-size:90%;
	padding: 8px 15px 0px 0px;
	margin:0px;
	}
			
#footerText a:link {
	color:#000; 
	text-decoration:none;
	}
#footerText a:visited {color:#000; text-decoration:none;}
#footerText a:hover {color:#000; text-decoration:underline;}
#footerText a:active {color:#000;}

