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

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

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

.img, .img p {
	text-align: center;
}
