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