/* -------------------------------------------------------- CONTAINER */

#container_home { background: url(../pics/container/home.jpg) no-repeat center;
	          width: 770px;
	          height: 370px;
	          margin-left: auto;
	          margin-right: auto; }

/* ------------------------------------------------------------- MENU */

#menu_home { position: absolute; 
	     margin-top: 315px;
             height: 12px;
	     width: 770px;
	     text-align: center; } 

#menu_home a { text-transform: uppercase;
	       font-weight: bold;
	       text-decoration: none; }

#menu_home a:hover { background-color: #ffcc66;
	             color: black;
                     border: #ffcc66 solid 2px; }

#menu_home a:visited { text-transform: uppercase;
                       text-decoration: none; }

#update { margin-left: auto;
          margin-right: auto;
          background: #fad994;
          color: black;
          width: 474px;
          padding: 10px;
           }
