@charset "utf-8";
/* CSS Document */

	.container {
		width: 800px;
		margin: 0 auto;
	}
	
	#header, #body, #footer {
		background-color: #a0a0a0;
	}
	.row .left {
		float: left;
	}	
	
	.row .right {
		float: right;
	}	
	
	.row .big {
		width: 460px;
	}
	
	.row .small {
		width: 300px;
	}	
	
	
/* clearfix hack: http://www.webtoolkit.info/css-clearfix.html */

	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}	
