/* Layout CSS Document */
body {
	background: #cccbcb;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 1279px;
	padding-bottom: 33px;
	border: 1px solid #000;
	background: url('../images/more-than-a-mower.png') no-repeat;
}

#header {
	position: relative;
	width: 100%;
	height: 280px;
	text-indent: -9999px;
	background: url('../images/header.png') no-repeat;
	
}

#header h1 {
	margin: 0;
	height: 100%;
	width: 100%;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}



#footer {
	position: relative;
	top: 999px;
	width: 100%;
	height: 33px;
	font-family: verdana;
	font-size: 23px;
	background: url('../images/footer-grad.png') repeat-y;
}

#footer-email {
	position: relative;
	top: 3px;	
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

#footer-email a {
	text-decoration: none;
	color: #000;
}

#footer-email a:hover {
	text-decoration: underline;
}

#home-number, #mobile-number {
	position: relative;
	top: -25px;
	width: 200px;
	margin: 0 7px;
}


#home-number {
	float: left;
}

#mobile-number { 
	float: right;
	text-align: right;
}




