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

body {
	/*background: url("bodybg.jpg") no-repeat center center fixed; */
	background-color: #f1ef7c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.nav {
	color: #34326C;
	background-color: transparent;
}

.nav_button {
	background-color: #34326C;
	color: #34326C;
}
.menu ul li:hover > p span {
	color: #34326C;
}
.menu ul li.head ul li a:hover {
	color: #34326C;
}*/
