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

body{
	background:url(../images/global/bck_page.gif) top left repeat-x;
}
div.lowerShadow{
	background:url(../images/index/grp_lowerShadow.gif) no-repeat;
	width:960px;
	height:18px;
	clear:both;
}
ul li.active{
	background-image:url(../images/index/bck_liActive.png);
	background-repeat:no-repeat;
}
.closeButton{
	clear: both;
	display: block;
	margin:20px auto 10px auto;
}
.closeButton:hover{
	cursor:pointer;
}
