@charset "utf-8";
/* CSS Document */
/*
 * layout especific colors */

body {
	background: black url('../../img/index/3.jpg') no-repeat fixed center top;
}

.nav {
	color: #fadf00;
	background-color: transparent;
}

.nav_button {
	background-color: #fadf00;
	color: #fadf00;
}
.menu ul li:hover > p span {
	color: #fadf00;
}
.menu ul li.head ul li a:hover {
	color: #fadf00;
}
