
@import url('reset.css');
@import url('typography.css');
@import url('layout.css');
@import url('widgets.css');




#content {
	left: 0;
	top: 0;
	width: 955px;
	height: 600px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
}
* html #content { width: 955px; height: 600px; }

#content_wrapper {
	max-width: 955px;
}


#meta {
	left: 45px;
}
