/*
Theme Name: B2B
Theme URI: http://jerram.co.uk/wordpress/b2b/
Author: the Keiron Roberts
Author URI: http://jerram.co.uk
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: b2b

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
 * set max -width and 'float' content centrally
 *
 * this means you should now use a containing div of class 'group' around the 
 * child div with class 'section'
 */
.section{
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
}