body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: helvetica, sans-serif;	/* f__k arial */
	font-size: 12px;
	color: #999;
	text-align: center;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:visited {
	color: #000;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 {
	margin: 10px 0 5px 0;
	font-size: 18px;	
	font-weight: normal;
	line-height: 18px;
}
h4 {
	clear: left;
	margin: 20px 0;
	font-size: 12px;	
	font-weight: normal;
	line-height: 12px;
}
#container {
	margin: 0 auto;
	padding: 25% 0;
	width: 384px;
	height: 100%;
	background: #FFF;
	border-right: solid 2px #FFF;
	border-left: solid 2px #FFF;
}

.px > ul {
	float: left;
	clear: none;
	margin: 0 2px 0 2px;
	background: transparent;
}
._grid {
	clear: left;
}
._row li {
	float: left;
	clear: none;
	width: 4px;							/*	adjust stroke width			*/
	height: 4px;						/*	adjust stroke height		*/
	background: #999;				/*	adjust color						*/
}
li.neg {
	background: transparent;
}
