body {
	text-align:center;
	background-image: url(images/intro-bg.jpg);
	background-repeat: repeat-x;
	background-color: #486378;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
	margin-right:auto;
	}
#bgFlag {
	position: relative;
	z-index: 0;
	height: 600px;
	width: 100%;
	background-image: url(images/intro-flagbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#content {
	position: absolute;
	z-index: 1;
	height: 540px;
	width: 705px;
	background:#f2f4f5 url(images/troy-fingers.jpg) no-repeat 10px 10px;
	top: 41px;
	text-align: left;
	margin: 0 auto 0 -363px;
	/* the following 2 styles center the content div */
	left: 50%;
	padding: 10px;
	}
.contribute-btn-rap {
	width:705px;
	margin:0 auto;
	position: absolute;
	top:0;
	left:0;
	right:0;
	}
#main-pic {
	width:265px;
	height: 415px;
	float: right;
	}
#joincampaign { /*position the red join campaign box */
	float: right;
	clear: right;
	background-image: url(images/joincampaign.jpg);
	width: 265px;
	height: 115px;
	margin-top: 10px;
	text-align:center;
	}
#signup { /*position the signup form */
	position:relative;
	top:65px;
	}
#intro-contribute-btn {
	position: absolute;
	z-index: 1000;
	top:0;
	right:81px;
	width:107px;
	height: 25px;
	display: block;
	background: url(images/contribute-btn.png) no-repeat 0 0;
	text-indent: -999em;
	border:0;
	}