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

body {
	background-color: #FFFFFF;
	background-image:url("../image/FixedBackground.jpg");
	background-repeat:repeat-y;
	background-position:top center;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
