html
{
	-webkit-text-size-adjust: none;
}

body
{
	background: url('images/luckystar.jpg') top center repeat;
	font-family: Helvetica;
	color: #283a2c; //#415e47; //577d5d;
}

ul.list
{
	-webkit-border-radius: 10px;
	border: 1px solid #b5d2ba; //94ab97; //e9f2ea; //rgb(65, 94, 71); //e9f2ea;
	background: rgba(148, 171, 151, 0.8); //rgba(233, 242, 234, 0.8);
//	background: rgba(255, 255, 255, 0.8);
	padding: 0px;
}

.list li
{
	list-style: none;
	padding: 12px 10px 12px 10px;
	margin: 0px;
}


.center
{
	text-align: center;
}

