@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-position: center;
	background-position:top;
	background-repeat: no-repeat;
	background-color:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	
	
}

#header {
	background-image:url(header.jpg);
	width:904px;
	height:205px; 
}
#body{
	background-image:url(body.jpg);
	width:904px;
}
#footer{
	background-image:url(footer.jpg);
	width:904px;
	height:50px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

