/* CSS Documentby Ben Scott: www.webdesignerforum.co.uk */

body {
	background-image: url(../images/bg_onepxl.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #FFFFFF; /** Website BG colour (matches canvas colour in Step 1) **/
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: center;
} 
#container_main {
	width: 750px;
	text-align: center;
	padding-left: 20px;
}
.float {
	float: right;
	padding-left: 7px;
}
.float_left {
	float: left;
	padding-left: 7px;
	padding-right: 14px;
}
.float_leftCopy {
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}
