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

body {
	background-color: #ffffff;
	background-image: url(../images/bg_repeat_white.jpg);

}
img, div {
	behavior: url(../iepngfix.htc);
	}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#background {
	background-image: url(../images/bg_white.png);
	background-repeat: no-repeat;
}
#topmenu {
	color: #000000;
	}
#main {
	background-image: url(../images/main_white.jpg);
		background-repeat: no-repeat;
	}
#body {
	background-color: #ffffff;
	border-bottom: solid 1px #000000;
	}
#bottommenu {
	color: #ffffff;
}
#bottommenu a {
	color: #ffffff;
}