#ConferenceBox {
   position: absolute;
   left: 20px; top:170px;
	width:490px;
}

#OrganizerBox {
   position: absolute;
   left: 520px; top:170px;
	width:190px;
}

#leftBox {
   position: absolute;
   left: 20px; top:400px;
	width:140px;
}

#middleBox {
   position:absolute;
   left:170px; top:400px;
   width:340px;
}

#rightBox {
   position: absolute;
   left:520px; top:400px;
   width:190px;
}

#bottomBox {
   position:absolute;
   left:170px; top:930px;
   width:340px;
}
h2{
margin-bottom: 0;
}


p{
margin-top: 0;
}