body
{
	background-image: url("../images/bg.jpg");
	text-align: center;
	margin:40px 0px; padding:0px;
}

#content
{
	width: 955px;
	height: 620px;
	max-height: 620px;
	margin: 0px auto;
	padding: 15px;
	position: static;
}

#drumhead
{
	width: 226px;
	height: 215px;
	background-image: url("../images/drumhead.png");
	position: relative;
	left: -30px;
	top: -55px;
	z-index: 100;
	background-repeat: no-repeat;
}

#content table
{
	width: 955px;
	border: 5px solid black;
	background-color: black;
	position: relative;
	left: 0px;
	top: -235px;
	border-collapse: collapse;
}

#content tr td
{
	border: 5px solid black;
	margin: 0px;
	padding: 0px;
}

#content #header
{
	height: 150px;
	background-color: #789fb4;
	background-image: url("../images/header.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#content #together
{
	width: 700px;
	height: 100px;
	background-color: white;
}

#content #facebook
{
	width: 255px;
	height: 100px;
	background-color: white;
	background-image: url("../images/fb.jpg");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#whatIf
{
	width: 259px;
	height: 109px;
	background-image: url("../images/whatif.png");
	position: relative;
	left: 20px;
	top: -690px;
	z-index: 101;
	background-repeat: no-repeat;
}

#watchSenegalStory
{
	width: 176px;
	height: 138px;
	position: relative;
	left: 820px;
	top: -810px;
	z-index: 102;
}

.shadow
{
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#000000');
}