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

body{
	background		: #ce0077;
}

#global{
	background		: url('../img/rose/bg-body.jpg') top center repeat-y #ce0077;
}

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

#footer{
	background		: url('../img/rose/bg-footer.jpg') top center no-repeat #ce0077;
}

#menu li a{
	color				: #ce0077;
}

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

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

#menu li a:hover{
	/*background			: #f5cde4;*/
}