/* CSS Document */

#flash {
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#text {
	width: 700px;
}
#text ul {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	padding: 0 0 0 20px;
}
#text ul li {
	padding: 0 0 15px 5px;
	margin-left: 5px;
}

