@charset "utf-8";
html{
    background-image:url(../img/bg_a.gif);
}

body {
	background-attachment: fixed;

	background-image: url(../img/bg_c.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	    font-size: 12px;
  *font-size: small;
  *font: x-small;
}
a,
a:link {
 
  color: #444444;
  text-decoration: none;
}

a:visited {

  color: #5599aa;
}

a:hover {
  
  color: #009955;
  text-decoration: underline;
}

a:active {
  
  color: #448844;
  text-decoration: underline;
}
