@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	background-color: #000;
	font-family: "Gill Sans", Helvetica, sans-serif;
}

a:link, a:visited{
	text-decoration:none;
	font-style: italic;
	font-weight: 200;
	color: #fff;
	/*font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	padding: 5px;
	text-decoration:none;
}

img a:link, img a:visited{
	text-decoration:none;
}

input{
	background-color: #000;
	color: #fff;
	
}

h1{
	font-size:36px;
	font-weight: bold;
}

h2{
	margin-bottom: -15px;
}
	

#wrapper{
	position:relative;
	width: 1068px;
	margin-left:auto;
	margin-right:auto;
}

#topleftBG{
	background-image:url(images/mainbgleft_02.jpg);
	width:552px;
	height:877px;
	display: block;
}

#topleftBGContent{
	background-image:url(images/leftcontent_02.jpg);
	width:552px;
	height:877px;
}

#contentBackground{
	position:absolute;
	background-image:url(images/staticbgtopright_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}

#changeBG1{
	position:absolute;
	background-image:url(images/bg1_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG2{
	position:absolute;
	background-image:url(images/bg2_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG3{
	position:absolute;
	background-image:url(images/bg3_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG4{
	position:absolute;
	background-image:url(images/bg4_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG5{
	position:absolute;
	background-image:url(images/bg5_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG6{
	position:absolute;
	background-image:url(images/bg6_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG7{
	position:absolute;
	background-image:url(images/bg7_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}
#changeBG8{
	position:absolute;
	background-image:url(images/bg8_03.jpg);
	width:516px;
	height: 496px;
	left: 552px;
	top:0px;
}

#bottomRight{
	position:absolute;
	top: 496px;
	left: 552px;
	background-image:url(images/bottom_05.jpg);
	width:516px;
	height: 381px;
}

#bottomRightContent{
	position:absolute;
	top: 496px;
	left: 552px;
	background-image:url(images/rightbottomcontent_05.jpg);
	width:516px;
	height: 381px;
}

#footer{
	position:absolute;
	top: 877px;
	left:430px;
}

#footerText{
	position:absolute;
	top:887px;
	left: 70px;
	width: 350px;
	font-size: 12px;
	color: #fff;
}


#campaignLink{
	display:block;
	position:absolute;
	width:180px;
	height:55px;
	top:645px;
	left:78px;
}

#takeAction{	
	display:block;
	position:absolute;
	width:180px;
	height:55px;
	top:645px;
	left:267px;

}

#learnMore{	
	display:block;
	position:absolute;
	width:180px;
	height:55px;
	top:645px;
	left:450px;
}

#supportBangladesh{	
	display:block;
	position:absolute;
	width:180px;
	height:55px;
	top:645px;
	left:637px;
}

#innovationBlog{	
	display:block;
	position:absolute;
	width:180px;
	height:55px;
	top:645px;
	left:820px;
}

#children{
	position:absolute;
	width: 950px;
	height: 100px;
	top: 735px;
	left: 74px;
}

#children img {
	padding:0px;
}

#vimeo{
	position: absolute;
	width: 500px;
	height: 285px;
	top:185px;
	left:260px;
}

#contentWrapper{
	position: absolute;
	top:200px;
	left: 70px;
}

.headline{
	position:absolute;
	width:900px;
	height: 100px;
	top: 200px;
	left: 70px;
}

#headlineBox{
	background-color: #fff;
	filter:alpha(opacity=60); 
   	-moz-opacity: 0.6; 
   	opacity: 0.6;
}


#headlineText{
	padding:5px;
	font-size:17px;
}
	

.content{
	position:absolute;
	width:900px;
	height: 520px;
	top: 300px;
	left: 70px;
	color: #fff;
}

#contentBox{
	background-color: #000;
	filter:alpha(opacity=60); 
   	-moz-opacity: 0.6; 
   	opacity: 0.6;
}


#contentText{
	padding: 10px;
	font-size:14px;
	width: 870px;
}
	
	
#contentLeft{
	position: relative;
	float:left;
	width:400px;
}
#contentRight{
	position: relative;
	width: 400px;
	float: right;
}


#buttons{
	position: absolute;
	top: 470px;
	left: 320px;
}






