/* CSS Document */

body {
	margin: 0; 
	background: url(/images-new/splash_bg.jpg) repeat-x;
	}
	
/*/////This is the header//////////////*/


#body-wrapper {
	width: 900px; margin:0 auto;
	}
	
.header-bar {
	width: 900px;
	height: 55px;
	background: url(/images-new/splash/header-bar.jpg);
	}
	
#text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#000;
	padding: 58px 14px 0 17px;
	}

#bullet {
	widows: 289px;
	}
	
#bullet ul {
	margin-left: 0px;
	margin-bottom:0;
	padding-left: 0;
	list-style: none;
	}
	
#bullet ul li {
	background: none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 28px;
	padding-top:10px;
	background-position: 0 7px;
	line-height: 1.5em;	
	}

