@charset "utf-8";
#fxbasics {
	background-image: url(../images/baby.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 600px;
	margin-top: 20px;
}
#fxbasics ul {
	float: right;
	width: 250px;
	list-style-type: none;
	margin-top: 20px;
}
#fxbasics li {
	background-image: url(../images/menuicon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	margin-bottom: 10px;
}
