@charset "utf-8";
/* CSS Document */
body {
    background-image: url(bg.jpg);
	background-position: top center;
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header{
  background-image:url(header.jpg);
  width:1006px; 
  height:298px;
}

#body{
  background-image:url(body.jpg);
  width:1006px; 
}

#footer{
  background-image:url(footer.jpg);
  width:1006px; 
  height:16px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

a:link{
color:#000000;
text-decoration:none;
}
a:visited{
color: #CCCCCC;
text-decoration:none;
}
a:hover{
color:#FFFF66;
text-decoration:underline;
}
a:active{
color:#FF9900;
text-decoration:none;
}
