
	html,
	body {
		margin: 0;
		padding: 0;
	}

	body {

		background-color: #ffffff;

	}

	#header {

		width: 100%;
		height: 100px;

		background: url(../images/com/brendonmatheson/flourine/website/header.png);

	}

	#header_fill {

		width: 100%;
		height: 85px;

	}

	div#wrapper {
		float: left;
		width: 100%;
	}

	div#footer {

		clear: left;
		margin-left: 125px;
		margin-right: 125px;
		padding-top: 15px;

	}

	div#footer_inner {

		padding-bottom: 20px;

		border-top: 1px dashed #cccccc;
		color: #666666;
		font-family: sans-serif, arial;
		font-size: 8pt;
		text-align: right;

	}


