@charset "UTF-8";
/*Let's keep this simple */

html {
	background: #E6F2F7;
	text-align: center;
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Sans-Serif;

}

#MattEvans {
	background: #FAFBFF;
	padding: 4px;
	margin: 23px;
	width: 503px;
}

h1 {
	text-indent: -9999px;
	background-image: url(http://ma.ttevans.co.uk/images/4.png);
	height: 55px;
	padding-bottom: 0;
}
#introduction p{
	font-size: 25px;
	color: #EAF5F9;
	line-height: 123%;
	padding: 24px;
	padding-top: 0;
	background-image: url(http://ma.ttevans.co.uk/images/2.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 132px;

}

#footer {
background-image: url(http://ma.ttevans.co.uk/images/3.png);
background-color: #FBF2F5;
background-position: top;
background-repeat: no-repeat;
padding: 24px;
color: #E68E90;
}

#MattEvans, #introduction {
	margin-left: auto;
	margin-right: auto;
	}
	


#introduction {
	background: #1576A9;
	width: 461px;	
}

a {
	color: #1576A9;
}