/*
	FileName ....... : Layout1Col.css
	TemplateName ... : Business 1
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : CSS per layout a 1 colonna (Content)
*/



/* Layout a 1 colonna
------------------------------------------------------------------------------------------------- */
#middle-sections-middle {
   background: url("Images/BodyContainerBackground1Col.png") repeat-y;
}

div#content {
   clear: both;
   width: 980px;
}

div#utility {
   display: none;
}

div#sidebar {
   display: none;
}
/* ---------------------------------------------------------------------------------------------- */
