/* CSS Document */
#rapper{
	width:500px;
}

#rapper ul li{
	font-size:-2;
	text-decoration: none;
}

#left{
	float:left;
	width:150px;
}

#right{
	float:right;
}
