@charset "utf-8";
/* CSS Document */

/* Importation */
/**************************************/
	@import url(NCG_design.css);
/**************************************/

/******* Banner *******/

div#header
{
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../Home/HomeBanner.jpg);
	height: 201px;
	width: 100%;
}

/******* MENU ICON *******/

div#menu
{
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../Home/HomeMenu.jpg);
	height: 129px;
	width: 100%;
}
