@charset "utf-8";
/* CSS Document */

body{
	/*background		: url('../img/rose/bg-body.jpg') top center repeat-y #003e7f;*/
	background		: url('../img/noel/body.jpg') #003e7f;
}

#global{
	background		: url('../img/noel/bg-global.jpg') top center repeat-y #003e7f;
}

#top{
	background		: url('../img/noel/bg-top.jpg') top center no-repeat #003e7f;
}

#footer{
	background		: url('../img/noel/bg-footer.jpg') top center no-repeat #003e7f
}

#menu li a{
	color				: #003e7f;
}

#menu li a.selected{
	background			: #003e7f;
	color				: #fff;
}

#menu li a.selected:hover{
	background			: #003e7f;
	color				: #fff;
}