/* CSS Document */
body {
	background-image:url(http://www.alwaysfreshbreeze.com/images/tile.gif);
	margin:0;
	padding:0;
}

#content {
	background-color:#ffffff;
	width:750px;
	margin:14px auto;
	min-height:445px;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 445px;
}
/**/

#content_border {
	width:772px;
	margin:0 auto;
	background-color:#ffffff;
}

.content_bg {
	background-color:#ffffff;
}

.bg_lines_l {
	width:100%;
	background-image:url(http://www.alwaysfreshbreeze.com/images/left_tile.gif);
	background-repeat:repeat-x; 
	background-position:bottom right;
}

.bg_lines_r {
	width:100%;
	background-image:url(http://www.alwaysfreshbreeze.com/images/right_tile.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}