@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header{
  background-image:url(header.jpg);
  width:924px;
  height:210px;
}
#content{
  background-image:url(content.jpg);
  width:924px;
}
#footer{
  background-image:url(footer.jpg);
  width:924px;
}    
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #F30;
	font-weight: bold;
}
a:visited {
	color: #FF1F00;
}
a:hover {
	color: #000000;
}
a:active {
	color: #D47F00;
}
a {
	font-size: 12px;
}

