body{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif	;
}
#container{
		margin:auto;
		width:960px;
}
header, .fullWidth{
		width:100%;
		clear:left;
}
.grid{
		float:left;
		width:288px;
		border:1px solid #ccc;
		border-radius:6px;
		margin:10px;
		text-align:center;
		padding:5px;
}
.clearLeft{
	clear:left;
}
#boxgrid{
	width:187px;	
	background-color:#ccc;
	border:1px solid #000;
	overflow:auto;
}
.red{
	float:left;
	margin:5px;
	width:50px;
	height:50px;
	background-color:#F00;	
	border:1px solid #000;	
}
#playground{
	position:relative;
	border:1px solid #ccc;
	width:500px;
	height:500px;
	padding:10px;
	background-image:url('../images/20px-grid-sq.png');
}
#green{
	position:absolute;
	top:5px;
	left:5px;
	background-color:#693;
	width:50px;
	height:50px;	
}
#blue{
	position:absolute;
	top:15px;
	left:15px;
	background-color:#399;
	width:50px;
	height:50px;	
}

