body {
	background: #252525;
	font-family: Arial;
	
}

.container
{
	width: 400px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}

.pixelpush, .description
{
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px #ccc;
	font-size: 40px;
}

.description
{
	line-height: 20px;
	font-size: 14px;
}

.firstbox
{
	border: 5px solid #f1f1f1;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 195px;
	left: 1px;
}

.secondbox
{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 200px;
	left: 200px;
	background: #a8a8a8;
}
