@charset "utf-8";
/* CSS Document */

body{ 
	background-image: url("background_main.jpg");
	background-repeat: none;
	background-attachment:fixed;
	background-color: #000000;
}

.contentBox, .moduleBox {
	background-image: url('background.jpg');
	background-repeat: repeat;
	color:#000000;
}

.contentBox a, .moduleBox a{
	color:#000000;
}
.contentBox h1, .moduleBox h1{
	color:#000000;
}

