.home {
	margin:0px;
	background-image:url(/images/bg-stripe.jpg);
	background-repeat:repeat-x;
	background-color:#EFF3F7;
	height:100%;
	font-family:Tahoma, Arial, sans-serif;
}

img {
	border:0px;
}






#red-bar {
	width:100%;
	position:absolute;
	height:5px;
	background-color:#cc2804;
	left:0%;	
}



#main {
	height:100%;
	width:786px;
	background-image:url(/images/bg.png);
	background-repeat:repeat-y;
	display:block;
	left:50%;
	margin-left:-393px;
	position:absolute;
}



#logo {
	width:750px;
	display:table;
	clear:both;
	margin-left:18px;
	margin-top:5px;
}
#logo h1 {
	text-indent:-9000px;
	background-image:url(/images/the-beta-foundation.gif);
	width:404px;
	height:107px;
	background-repeat:no-repeat;
	margin:0px;
}


.grey-fader {
	width:750px;
	display:table;
	background-image:url(/images/grey-fader.jpg);
	background-repeat:repeat-x;
	min-height:82px;
	margin-left:18px;
	clear:both;
}



#who-what-why {
	width:735px;
	clear:both;
	display:block;
	margin-left:8px;
	margin-top:23px;
}

#spons {
	width:735px;
	clear:both;
	display:block;
	margin-left:8px;
	margin-top:23px;
	font-size:11px;
	font-style:italic;
	margin-top:15px;
	color:#999999;
}

#who, #what, #why {
	width:235px;
	display:table-cell;
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	line-height:15px;
}

#who {
	float:left;
	clear:left;
}
#who h2 {
	width:113px;
	height:25px;
	background-image:url(/images/who-we-are.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
	margin:0px;
}
#who p {
	margin-top:4px;
}

#what {
	float:left;
	margin-left:15px;
}
#what h2 {
	width:115px;
	height:25px;
	background-image:url(/images/what-we-do.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
	margin:0px;
}
#what p {
	margin-top:4px;
}

#why {
	float:right;
	clear:right;
}
#why h2 {
	width:127px;
	height:25px;
	background-image:url(/images/why-we-do-it.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
	margin:0px;
}
#why p {
	margin-top:4px;
}

