body {
     background:url(images/pitchBackground.jpg) no-repeat;
}

#main, 
#ourCharities,
#twitterFeed,
#eventsFeed,
#latestNewsFeed,
#charityDetails
 {
	background:#fff;
	border:1px solid #999;
	display:inline;
	float:left;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* This sets the fixed background */
#background {
	/*background:url(images/pitchBackground.jpg) no-repeat;
	height:700px;
	left:0;
	position:fixed;
	top:0;
	width:100%;*/
}

	/*#backgroundImage {
		height:700px;
		width:100%;
	}*/
	
/* Sets the main content area so the image looks dynamic and fixed */

#wrapper {
	overflow:auto;
	position:absolute;
	top:0;
	width:100%;
}


/* header styling*/

#header {
	height:150px;
	margin:0 auto;
	position:relative;
	width:940px;
}

	#header h1 a {
		background:transparent url(images/logo.png) no-repeat 0 0;
		display:inline-block;
		height:129px;
		float:left;
		margin-top:20px;
		width:331px;
	}
	
	#amountRaised {
		background:transparent url(images/amountRaised.png) no-repeat 0 0;
		display:inline-block;
		float:right;
		height:137px;
		margin-top:10px;
		width:135px;
	}


/* Content formatting eg. positioning, global styling */



#content {
	margin:20px auto 0;
	width:940px;
}

	#content .introText {
		color:#B5122A;
		font-size:1.4em;
		font-weight:bold;
		line-height:1.2em;
	}

	#content p {
		font-size:1.2em;
		line-height:1.3em;
		margin-bottom:15px;
	}
	
.curved {	
	behavior:url(images/border-radius-ie8.htc);
}

/* Styled content buttons*/

.redButtons {
     background:#DA1834;
     color:#fff;
     float:left;
     font-size:1.3em;
     font-weight:bold;
     margin:10px 0 0 12px;
     padding:7px 10px;
     text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contentButton {
     background:#DA1834;
     color:#fff;
     float:left;
     font-size:1.2em;
     font-weight:bold;
     margin:10px 0 0 0;
     padding:7px 10px;
     text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.twitterButton {
     background:#007EC9;
     color:#fff;
     float:left;
     font-size:1.2em;
     font-weight:bold;
     margin:10px 0 0 0;
     padding:7px 10px;
     text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
