
.fo{
	background-image : url(img/bg3.gif);
	background-repeat : repeat-x;
	background-position : bottom;
	height: 60px;
}

a {
  color: rgb(255,255,255);
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
 color: rgb(255,204,0);
 text-decoration: none;
}

body {
	width: 100%
}
