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

/* EXploring */

/* Internet Explorer */
* html #EXcontent{height:600px}
/* Internet Explorer */

#EXheader {
	height: 128px;
	width: 675px;
	background-image:url("/images/explore_head.png");
	vertical-align:top;
}
#EXfooter {
	height:23px;
	width:675;
	background-image:url("/images/explore_footer.png");
	background-repeat:no-repeat;
	vertical-align:bottom;
	padding-bottom:20px;
}
#EXcontent {
    color:#ffffff;
	height: auto;
	min-height:600px;
	width: 675px;
	background-image:url("/images/explore_bg.png");
	padding: 10px 0px;

}
#EXcontent  li {
	list-style:none;
}