.backtotop,
#conference_menu_toggle,
#toc,
#sidePanelNavigation
{
   display:none;
   height: 1px !important;
   width: 1px !important;
}

/** this is for the html 'print' version*/
#content {
   	background: url("/topsight/website/assets/images/conference/2012/conference-2012-header.jpg") no-repeat 0 0 !important;
   	padding-top: 345px !important;
   	float:left;

   }

/** this is when the print is actually done. Fixed prevents the background image from appearing on every single page*/
@media print{
   #content {
   	background: url("/topsight/website/assets/images/conference/2012/conference-2012-header.jpg") no-repeat 0 220px fixed !important;
   	padding-top: 325px !important;
   	float:left !important;
   	min-height: auto !important;
   }
}

.coloured {
   color: #2679B9;
}

.speaker
{
   float:right;
}

.height150px
{
   height:150px;
}

#timetable
{
	margin-left: 0px;
}
