/* body {
    background-color: black;
    margin: 0px;
    overflow: hidden;
} */
#man
{
	background:url(images/man.png);
	width:120px;
	height:180px;
	animation:walk-east 1.0s steps(8) infinite;
}

@keyframes walk-east
{
	from{background-position:1000px;}
	to{background-position:0px;}
}
.noPadding
{
	padding: 0px !important;
}