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

body {
	color: #000000;
	background-color: #FFFFFF;
}
#top {
	clear: both;
	height: 33px;
	background-image:url(../images/top.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#main {
	clear: both;
}
#content {
	width: 900px;
	margin: 0 auto 0 auto;
	background-image:url(../images/middle.gif);
	background-position:center;
	background-repeat:repeat-y;
}
#bottom {
	clear: both;
	background-image:url(../images/bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	height: 34px;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
