body{
	background:#F8F5EC;
	font-family:sans-serif;
	background-image: url("somecodeiwrote.png");
	background-position: right top;
	background-repeat: no-repeat;
}
table{
	border-collapse:collapse;
	border:2px solid #69951D;
}
td{
	width:10px;
	height:10px;
	padding:0;
}
#plop{
	position:absolute;
	left:150px;
	top:110px;
}
td{
	background:#D3EDA6;
}
td.l{
	background:#69951D;
}
h1{
	color:#B32337;
}
h1 span{
	font-style:italic;
	font-weight:normal;
	color: #238AB3;
}
