@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header {
	background-image:url(header.png);
	width:1000px;
	height:250px;
}

#body {
	background-image:url(body.png);
	width:1000px;
}
#footer {
	background-image:url(footer.png);
	width:1000px;
	height:20px;
}
	
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
}

