#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;
}

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;
}
	
#content {
	position: absolute;
	z-index: 1;
	height: 430px;
	width: 705px;
	background-color: #f2f4f5;
	top: 41px;
	text-align: left;
	margin: 0 auto 0 -363px;
	/* the following 2 styles center the content div */
	left: 50%;
	padding: 10px;
}

#joincampaign { /*position the red join campaign box */
	float: right;
	background-image: url(images/joincampaign.jpg);
	width: 265px;
	height: 115px;
	margin-top: 6px;
	text-align:center;
}

#signup { /*position the signup form */
	position:relative;
	top:65px;
}
